Html Css Color HEX #B051DB Medium Orchid

📋 copy color: '#B051DB'

red 176 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #B051DB

Tints of Medium Orchid #B051DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.02%

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

R = 36.97%
G = 17.02%
B = 46.01%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B051DB (or 0xB051DB) is known color: Medium Orchid. HEX triplet: B0, 51 and DB. RGB value is (176,81,219). Sum of RGB (Red+Green+Blue) = 176+81+219=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #B051DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051DB is #4FAE24. Grayscale: #7C7C7C. Windows color (decimal): -5221925 or 14373296. OLE color: 14373296.

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

Color convert

RGB 176 81 219 -
CMYK 0.20 0.63 0 0.14
HSL 281.3º 0.66% 0.59% -
HSV(B) 281.3º 0.63% 0.86% -
XYZ 33.63 20.23 69.15 -
YUV 125.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 176 81 219 0.20 0.63 0 0.14 281.3 0.66 0.59
Hex B0 51 DB 14 3F 0 E 119 42 3B
Octal 260 121 333 24 77 0 16 431 102 73
Binary 10110000 1010001 11011011 10100 111111 0 1110 100011001 1000010 111011

Color Harmonies of #B051DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B051DB

Black with #B051DB

Text Example


Text Example

White with #B051DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B051DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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