Html Css Color HEX #B158DD Medium Orchid

📋 copy color: '#B158DD'

red 177 ◦ green 88 ◦ blue 221

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

Shades of Medium Orchid #B158DD

Tints of Medium Orchid #B158DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 36.42%
G = 18.11%
B = 45.47%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B158DD (or 0xB158DD) is known color: Medium Orchid. HEX triplet: B1, 58 and DD. RGB value is (177,88,221). Sum of RGB (Red+Green+Blue) = 177+88+221=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B158DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158DD is #4EA722. Grayscale: #818181. Windows color (decimal): -5154595 or 14506161. OLE color: 14506161.

HSL color Cylindrical-coordinate representation of color #B158DD: hue angle of 280.15º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B158DD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 88 221 -
CMYK 0.20 0.60 0 0.13
HSL 280.15º 0.66% 0.61% -
HSV(B) 280.15º 0.6% 0.87% -
XYZ 34.67 21.55 70.74 -
YUV 129.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 177 88 221 0.20 0.60 0 0.13 280.15 0.66 0.61
Hex B1 58 DD 14 3C 0 D 118 42 3D
Octal 261 130 335 24 74 0 15 430 102 75
Binary 10110001 1011000 11011101 10100 111100 0 1101 100011000 1000010 111101

Color Harmonies of #B158DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158DD

Black with #B158DD

Text Example


Text Example

White with #B158DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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