#B869C6

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

Shades of Medium Orchid #B869C6

Tints of Medium Orchid #B869C6

Color information

#B869C6 (or 0xB869C6) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and C6. RGB value is (184,105,198). Sum of RGB (Red+Green+Blue) = 184+105+198=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #B869C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869C6 is #479639. Grayscale: #8A8A8A. Windows color (decimal): -4691514 or 13003192. OLE color: 13003192.

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

Color convert

RGB184105198-
CMYK0.070.4700.22
HSL290.97º44.93%59.41%-
HSV(B)290.97º46.97%77.65%-
XYZ35.0124.3756.28-
YUV139.22161.17159.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=37.78%
G=21.56%
B=40.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841051980.070.4700.22290.9744.9359.41
HexB869C672F0161232d3b
Octal2701513067570264435573
Binary10111000110100111000110111101111010110100100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869C6; }

 p { color: rgb(184,105,198); }

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

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

 a { background-color: rgb(184,105,198); }

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

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

 span { border-color: rgb(184,105,198); }

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