#B45CCF

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

Shades of Medium Orchid #B45CCF

Tints of Medium Orchid #B45CCF

Color information

#B45CCF (or 0xB45CCF) is unknown color: approx Medium Orchid. HEX triplet: B4, 5C and CF. RGB value is (180,92,207). Sum of RGB (Red+Green+Blue) = 180+92+207=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #B45CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CCF is #4BA330. Grayscale: #838383. Windows color (decimal): -4956977 or 13589684. OLE color: 13589684.

HSL color Cylindrical-coordinate representation of color #B45CCF: hue angle of 285.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45CCF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18092207-
CMYK0.130.5600.19
HSL285.91º54.5%58.63%-
HSV(B)285.91º55.56%81.18%-
XYZ33.9121.8661.46-
YUV131.42170.65162.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=37.58%
G=19.21%
B=43.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180922070.130.5600.19285.9154.558.63
HexB45CCFD3801311e373b
Octal26413431715700234366773
Binary101101001011100110011111101111000010011100011110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CCF; }

 p { color: rgb(180,92,207); }

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

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

 a { background-color: rgb(180,92,207); }

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

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

 span { border-color: rgb(180,92,207); }

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