#B069DB

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

Shades of Medium Orchid #B069DB

Tints of Medium Orchid #B069DB

Color information

#B069DB (or 0xB069DB) is unknown color: approx Medium Orchid. HEX triplet: B0, 69 and DB. RGB value is (176,105,219). Sum of RGB (Red+Green+Blue) = 176+105+219=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B069DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069DB is #4F9624. Grayscale: #8A8A8A. Windows color (decimal): -5215781 or 14379440. OLE color: 14379440.

HSL color Cylindrical-coordinate representation of color #B069DB: hue angle of 277.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B069DB is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176105219-
CMYK0.200.5200.14
HSL277.37º61.29%63.53%-
HSV(B)277.37º52.05%85.88%-
XYZ35.7424.4569.85-
YUV139.22173.02154.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 219 (85.94% from 255) = 43.8%
R=35.2%
G=21%
B=43.8%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761052190.200.5200.14277.3761.2963.53
HexB069DB14340E1153d40
Octal260151333246401642575100
Binary1011000011010011101101110100110100011101000101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069DB; }

 p { color: rgb(176,105,219); }

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

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

 a { background-color: rgb(176,105,219); }

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

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

 span { border-color: rgb(176,105,219); }

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