Html Css Color HEX #B554DB Medium Orchid

📋 copy color: '#B554DB'

red 181 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #B554DB

Tints of Medium Orchid #B554DB

RGB

 RED value IS 181 (71.09% from 255) = 37.4%

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

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

R = 37.4%
G = 17.36%
B = 45.25%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B554DB (or 0xB554DB) is known color: Medium Orchid. HEX triplet: B5, 54 and DB. RGB value is (181,84,219). Sum of RGB (Red+Green+Blue) = 181+84+219=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B554DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B554DB is #4AAB24. Grayscale: #7F7F7F. Windows color (decimal): -4893477 or 14374069. OLE color: 14374069.

HSL color Cylindrical-coordinate representation of color #B554DB: hue angle of 283.11º 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 #B554DB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 84 219 -
CMYK 0.17 0.62 0 0.14
HSL 283.11º 0.65% 0.59% -
HSV(B) 283.11º 0.62% 0.86% -
XYZ 35.01 21.28 69.28 -
YUV 128.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 181 84 219 0.17 0.62 0 0.14 283.11 0.65 0.59
Hex B5 54 DB 11 3E 0 E 11B 41 3B
Octal 265 124 333 21 76 0 16 433 101 73
Binary 10110101 1010100 11011011 10001 111110 0 1110 100011011 1000001 111011

Color Harmonies of #B554DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B554DB

Black with #B554DB

Text Example


Text Example

White with #B554DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B554DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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