Html Css Color HEX #B553DB Medium Orchid

📋 copy color: '#B553DB'

red 181 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #B553DB

Tints of Medium Orchid #B553DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

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

R = 37.47%
G = 17.18%
B = 45.34%

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

#B553DB (or 0xB553DB) is known color: Medium Orchid. HEX triplet: B5, 53 and DB. RGB value is (181,83,219). Sum of RGB (Red+Green+Blue) = 181+83+219=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B553DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553DB is #4AAC24. Grayscale: #7F7F7F. Windows color (decimal): -4893733 or 14373813. OLE color: 14373813.

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

Color convert

RGB 181 83 219 -
CMYK 0.17 0.62 0 0.14
HSL 283.24º 0.65% 0.59% -
HSV(B) 283.24º 0.62% 0.86% -
XYZ 34.94 21.12 69.25 -
YUV 127.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 181 83 219 0.17 0.62 0 0.14 283.24 0.65 0.59
Hex B5 53 DB 11 3E 0 E 11B 41 3B
Octal 265 123 333 21 76 0 16 433 101 73
Binary 10110101 1010011 11011011 10001 111110 0 1110 100011011 1000001 111011

Color Harmonies of #B553DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553DB

Black with #B553DB

Text Example


Text Example

White with #B553DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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