#B968C8

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

Shades of Medium Orchid #B968C8

Tints of Medium Orchid #B968C8

Color information

#B968C8 (or 0xB968C8) is unknown color: approx Medium Orchid. HEX triplet: B9, 68 and C8. RGB value is (185,104,200). Sum of RGB (Red+Green+Blue) = 185+104+200=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #B968C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968C8 is #469737. Grayscale: #8A8A8A. Windows color (decimal): -4626232 or 13134009. OLE color: 13134009.

HSL color Cylindrical-coordinate representation of color #B968C8: hue angle of 290.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B968C8 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB185104200-
CMYK0.080.4800.22
HSL290.62º46.6%59.61%-
HSV(B)290.62º48%78.43%-
XYZ35.3824.3957.49-
YUV139.16162.34160.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=37.83%
G=21.27%
B=40.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851042000.080.4800.22290.6246.659.61
HexB968C88300161232f3c
Octal27115031010600264435774
Binary101110011101000110010001000110000010110100100011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B968C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B968C8; }

 p { color: rgb(185,104,200); }

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

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

 a { background-color: rgb(185,104,200); }

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

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

 span { border-color: rgb(185,104,200); }

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