#B869CF

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

Shades of Medium Orchid #B869CF

Tints of Medium Orchid #B869CF

Color information

#B869CF (or 0xB869CF) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and CF. RGB value is (184,105,207). Sum of RGB (Red+Green+Blue) = 184+105+207=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #B869CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869CF is #479630. Grayscale: #8B8B8B. Windows color (decimal): -4691505 or 13593016. OLE color: 13593016.

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

Color convert

RGB184105207-
CMYK0.110.4900.19
HSL286.47º51.52%61.18%-
HSV(B)286.47º49.28%81.18%-
XYZ36.0824.861.92-
YUV140.25165.67159.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.10%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 207 (81.25% from 255) = 41.73%
R=37.10%
G=21.17%
B=41.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841052070.110.4900.19286.4751.5261.18
HexB869CFB3101311e343d
Octal27015131713610234366475
Binary101110001101001110011111011110001010011100011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869CF; }

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

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

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

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

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

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

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

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