#B967CF

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

Shades of Medium Orchid #B967CF

Tints of Medium Orchid #B967CF

Color information

#B967CF (or 0xB967CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 67 and CF. RGB value is (185,103,207). Sum of RGB (Red+Green+Blue) = 185+103+207=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 103 (40.62% from 255 or 20.81% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B967CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967CF is #469830. Grayscale: #8B8B8B. Windows color (decimal): -4626481 or 13592505. OLE color: 13592505.

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

Color convert

RGB185103207-
CMYK0.110.5000.19
HSL287.31º52%60.78%-
HSV(B)287.31º50.24%81.18%-
XYZ36.1224.5261.86-
YUV139.37166.17160.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 103 (40.62% from 255) = 20.81%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=37.37%
G=20.81%
B=41.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851032070.110.5000.19287.315260.78
HexB967CFB3201311f343d
Octal27114731713620234376475
Binary101110011100111110011111011110010010011100011111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B967CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B967CF; }

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

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

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

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

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

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

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

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