#B869DA

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

Shades of Medium Orchid #B869DA

Tints of Medium Orchid #B869DA

Color information

#B869DA (or 0xB869DA) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and DA. RGB value is (184,105,218). Sum of RGB (Red+Green+Blue) = 184+105+218=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B869DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869DA is #479625. Grayscale: #8D8D8D. Windows color (decimal): -4691494 or 14313912. OLE color: 14313912.

HSL color Cylindrical-coordinate representation of color #B869DA: hue angle of 281.95º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B869DA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184105218-
CMYK0.160.5200.15
HSL281.95º60.43%63.33%-
HSV(B)281.95º51.83%85.49%-
XYZ37.4725.3669.25-
YUV141.5171.17158.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.29%
GREEN value IS 105 (41.41% from 255) = 20.71%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=36.29%
G=20.71%
B=43.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841052180.160.5200.15281.9560.4363.33
HexB869DA10340F11a3c3f
Octal27015133220640174327477
Binary101110001101001110110101000011010001111100011010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869DA; }

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

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

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

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

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

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

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

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