Html Css Color HEX #B158CC Medium Orchid

📋 copy color: '#B158CC'

red 177 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #B158CC

Tints of Medium Orchid #B158CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 37.74%
G = 18.76%
B = 43.5%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B158CC (or 0xB158CC) is known color: Medium Orchid. HEX triplet: B1, 58 and CC. RGB value is (177,88,204). Sum of RGB (Red+Green+Blue) = 177+88+204=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #B158CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158CC is #4EA733. Grayscale: #7F7F7F. Windows color (decimal): -5154612 or 13392049. OLE color: 13392049.

HSL color Cylindrical-coordinate representation of color #B158CC: hue angle of 286.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B158CC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 88 204 -
CMYK 0.13 0.57 0 0.2
HSL 286.03º 0.53% 0.57% -
HSV(B) 286.03º 0.57% 0.8% -
XYZ 32.52 20.69 59.41 -
YUV 127.84 170.99 163.07 -
System Red Green Blue C M Y K H S L
Decimal 177 88 204 0.13 0.57 0 0.2 286.03 0.53 0.57
Hex B1 58 CC D 39 0 14 11E 35 39
Octal 261 130 314 15 71 0 24 436 65 71
Binary 10110001 1011000 11001100 1101 111001 0 10100 100011110 110101 111001

Color Harmonies of #B158CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158CC

Black with #B158CC

Text Example


Text Example

White with #B158CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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