#B64BCF

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

Shades of Medium Orchid #B64BCF

Tints of Medium Orchid #B64BCF

Color information

#B64BCF (or 0xB64BCF) is unknown color: approx Medium Orchid. HEX triplet: B6, 4B and CF. RGB value is (182,75,207). Sum of RGB (Red+Green+Blue) = 182+75+207=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #B64BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BCF is #49B430. Grayscale: #797979. Windows color (decimal): -4830257 or 13585334. OLE color: 13585334.

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

Color convert

RGB18275207-
CMYK0.120.6400.19
HSL288.64º57.89%55.29%-
HSV(B)288.64º63.77%81.18%-
XYZ33.0719.4861.05-
YUV122.04175.95170.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 75 (29.69% from 255) = 16.16%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=39.22%
G=16.16%
B=44.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182752070.120.6400.19288.6457.8955.29
HexB64BCFC400131213a37
Octal266113317141000234417267
Binary1011011010010111100111111001000000010011100100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64BCF; }

 p { color: rgb(182,75,207); }

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

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

 a { background-color: rgb(182,75,207); }

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

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

 span { border-color: rgb(182,75,207); }

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