Html Css Color HEX #B158DB Medium Orchid

📋 copy color: '#B158DB'

red 177 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #B158DB

Tints of Medium Orchid #B158DB

RGB

 RED value IS 177 (69.53% from 255) = 36.57%

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

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

R = 36.57%
G = 18.18%
B = 45.25%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B158DB (or 0xB158DB) is known color: Medium Orchid. HEX triplet: B1, 58 and DB. RGB value is (177,88,219). Sum of RGB (Red+Green+Blue) = 177+88+219=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 88 (34.77% from 255 or 18.18% 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 #B158DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158DB is #4EA724. Grayscale: #818181. Windows color (decimal): -5154597 or 14375089. OLE color: 14375089.

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

Color convert

RGB 177 88 219 -
CMYK 0.19 0.60 0 0.14
HSL 280.76º 0.65% 0.6% -
HSV(B) 280.76º 0.6% 0.86% -
XYZ 34.41 21.44 69.34 -
YUV 129.55 178.49 161.85 -
System Red Green Blue C M Y K H S L
Decimal 177 88 219 0.19 0.60 0 0.14 280.76 0.65 0.6
Hex B1 58 DB 13 3C 0 E 119 41 3C
Octal 261 130 333 23 74 0 16 431 101 74
Binary 10110001 1011000 11011011 10011 111100 0 1110 100011001 1000001 111100

Color Harmonies of #B158DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158DB

Black with #B158DB

Text Example


Text Example

White with #B158DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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