#B45FEB

Color #B45FEB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B45FEB

Tints of Medium Orchid #B45FEB

Color information

#B45FEB (or 0xB45FEB) is unknown color: approx Medium Orchid. HEX triplet: B4, 5F and EB. RGB value is (180,95,235). Sum of RGB (Red+Green+Blue) = 180+95+235=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #B45FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45FEB is #4BA014. Grayscale: #878787. Windows color (decimal): -4956181 or 15425460. OLE color: 15425460.

HSL color Cylindrical-coordinate representation of color #B45FEB: hue angle of 276.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45FEB is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18095235-
CMYK0.230.6000.08
HSL276.43º77.78%64.71%-
HSV(B)276.43º59.57%92.16%-
XYZ37.9123.8981.21-
YUV136.38183.66159.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 95 (37.5% from 255) = 18.63%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=35.29%
G=18.63%
B=46.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180952350.230.6000.08276.4377.7864.71
HexB45FEB173C081144e41
Octal2641373532774010424116101
Binary10110100101111111101011101111111000100010001010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FEB; }

 p { color: rgb(180,95,235); }

 H1.HeaderClassName
 {
   color: #B45FEB;
 }
 .AnyTagClassName
 {
   color: #B45FEB;
 }
</style>
background-color css

<style>
 a { background-color: #B45FEB; }

 a { background-color: rgb(180,95,235); }

 div.DivClassName
 {
   background-color: #B45FEB;
 }
 .BgClassName
 {
   background-color: #B45FEB;
 }
</style>
border-color css

<style>
 span { border-color: #B45FEB; }

 span { border-color: rgb(180,95,235); }

 td.TdClassName
 {
   border-color: #B45FEB;
 }
 .TagClassName
 {
   border-color: #B45FEB;
 }
</style>