Html Css Color HEX #B066DB Medium Orchid

📋 copy color: '#B066DB'

red 176 ◦ green 102 ◦ blue 219

#B066DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B066DB

Tints of Medium Orchid #B066DB

RGB

 RED value IS 176 (69.14% from 255) = 35.41%

 GREEN value IS 102 (40.23% from 255) = 20.52%

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 35.41%
G = 20.52%
B = 44.06%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B066DB (or 0xB066DB) is known color: Medium Orchid. HEX triplet: B0, 66 and DB. RGB value is (176,102,219). Sum of RGB (Red+Green+Blue) = 176+102+219=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B066DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B066DB is #4F9924. Grayscale: #898989. Windows color (decimal): -5216549 or 14378672. OLE color: 14378672.

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

Color convert

RGB 176 102 219 -
CMYK 0.20 0.53 0 0.14
HSL 277.95º 0.62% 0.63% -
HSV(B) 277.95º 0.53% 0.86% -
XYZ 35.44 23.85 69.75 -
YUV 137.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 176 102 219 0.20 0.53 0 0.14 277.95 0.62 0.63
Hex B0 66 DB 14 35 0 E 116 3E 3F
Octal 260 146 333 24 65 0 16 426 76 77
Binary 10110000 1100110 11011011 10100 110101 0 1110 100010110 111110 111111

Color Harmonies of #B066DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066DB

Black with #B066DB

Text Example


Text Example

White with #B066DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066DB; }

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

 H1.HeaderClassName
 {
   color: #B066DB;
 }
 .AnyTagClassName
 {
   color: #B066DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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