Html Css Color HEX #B064DB Medium Orchid

📋 copy color: '#B064DB'

red 176 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #B064DB

Tints of Medium Orchid #B064DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.2%

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

R = 35.56%
G = 20.2%
B = 44.24%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B064DB (or 0xB064DB) is known color: Medium Orchid. HEX triplet: B0, 64 and DB. RGB value is (176,100,219). Sum of RGB (Red+Green+Blue) = 176+100+219=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #B064DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064DB is #4F9B24. Grayscale: #878787. Windows color (decimal): -5217061 or 14378160. OLE color: 14378160.

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

Color convert

RGB 176 100 219 -
CMYK 0.20 0.54 0 0.14
HSL 278.32º 0.62% 0.63% -
HSV(B) 278.32º 0.54% 0.86% -
XYZ 35.25 23.46 69.69 -
YUV 136.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 176 100 219 0.20 0.54 0 0.14 278.32 0.62 0.63
Hex B0 64 DB 14 36 0 E 116 3E 3F
Octal 260 144 333 24 66 0 16 426 76 77
Binary 10110000 1100100 11011011 10100 110110 0 1110 100010110 111110 111111

Color Harmonies of #B064DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064DB

Black with #B064DB

Text Example


Text Example

White with #B064DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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