Html Css Color HEX #B054DB Medium Orchid

📋 copy color: '#B054DB'

red 176 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B054DB

Tints of Medium Orchid #B054DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.54%

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

R = 36.74%
G = 17.54%
B = 45.72%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B054DB (or 0xB054DB) is known color: Medium Orchid. HEX triplet: B0, 54 and DB. RGB value is (176,84,219). Sum of RGB (Red+Green+Blue) = 176+84+219=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #B054DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B054DB is #4FAB24. Grayscale: #7E7E7E. Windows color (decimal): -5221157 or 14374064. OLE color: 14374064.

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

Color convert

RGB 176 84 219 -
CMYK 0.20 0.62 0 0.14
HSL 280.89º 0.65% 0.59% -
HSV(B) 280.89º 0.62% 0.86% -
XYZ 33.86 20.69 69.23 -
YUV 126.9 179.98 163.02 -
System Red Green Blue C M Y K H S L
Decimal 176 84 219 0.20 0.62 0 0.14 280.89 0.65 0.59
Hex B0 54 DB 14 3E 0 E 119 41 3B
Octal 260 124 333 24 76 0 16 431 101 73
Binary 10110000 1010100 11011011 10100 111110 0 1110 100011001 1000001 111011

Color Harmonies of #B054DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B054DB

Black with #B054DB

Text Example


Text Example

White with #B054DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B054DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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