Html Css Color HEX #B558DB Medium Orchid

📋 copy color: '#B558DB'

red 181 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #B558DB

Tints of Medium Orchid #B558DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

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

R = 37.09%
G = 18.03%
B = 44.88%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B558DB (or 0xB558DB) is known color: Medium Orchid. HEX triplet: B5, 58 and DB. RGB value is (181,88,219). Sum of RGB (Red+Green+Blue) = 181+88+219=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #B558DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558DB is #4AA724. Grayscale: #828282. Windows color (decimal): -4892453 or 14375093. OLE color: 14375093.

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

Color convert

RGB 181 88 219 -
CMYK 0.17 0.60 0 0.14
HSL 282.6º 0.65% 0.6% -
HSV(B) 282.6º 0.6% 0.86% -
XYZ 35.33 21.92 69.39 -
YUV 130.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 181 88 219 0.17 0.60 0 0.14 282.6 0.65 0.6
Hex B5 58 DB 11 3C 0 E 11B 41 3C
Octal 265 130 333 21 74 0 16 433 101 74
Binary 10110101 1011000 11011011 10001 111100 0 1110 100011011 1000001 111100

Color Harmonies of #B558DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B558DB

Black with #B558DB

Text Example


Text Example

White with #B558DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B558DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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