#B964CF

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

Shades of Medium Orchid #B964CF

Tints of Medium Orchid #B964CF

Color information

#B964CF (or 0xB964CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 64 and CF. RGB value is (185,100,207). Sum of RGB (Red+Green+Blue) = 185+100+207=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B964CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B964CF is #469B30. Grayscale: #898989. Windows color (decimal): -4627249 or 13591737. OLE color: 13591737.

HSL color Cylindrical-coordinate representation of color #B964CF: hue angle of 287.66º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B964CF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185100207-
CMYK0.110.5200.19
HSL287.66º52.71%60.2%-
HSV(B)287.66º51.69%81.18%-
XYZ35.8323.9361.76-
YUV137.61167.16161.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 207 (81.25% from 255) = 42.07%
R=37.60%
G=20.33%
B=42.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851002070.110.5200.19287.6652.7160.2
HexB964CFB34013120353c
Octal27114431713640234406574
Binary101110011100100110011111011110100010011100100000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B964CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B964CF; }

 p { color: rgb(185,100,207); }

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

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

 a { background-color: rgb(185,100,207); }

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

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

 span { border-color: rgb(185,100,207); }

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