Html Css Color HEX #B158CA Medium Orchid

📋 copy color: '#B158CA'

red 177 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #B158CA

Tints of Medium Orchid #B158CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 37.9%
G = 18.84%
B = 43.25%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B158CA (or 0xB158CA) is known color: Medium Orchid. HEX triplet: B1, 58 and CA. RGB value is (177,88,202). Sum of RGB (Red+Green+Blue) = 177+88+202=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #B158CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158CA is #4EA735. Grayscale: #7F7F7F. Windows color (decimal): -5154614 or 13260977. OLE color: 13260977.

HSL color Cylindrical-coordinate representation of color #B158CA: hue angle of 286.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B158CA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 88 202 -
CMYK 0.12 0.56 0 0.21
HSL 286.84º 0.52% 0.57% -
HSV(B) 286.84º 0.56% 0.79% -
XYZ 32.28 20.59 58.15 -
YUV 127.61 169.99 163.23 -
System Red Green Blue C M Y K H S L
Decimal 177 88 202 0.12 0.56 0 0.21 286.84 0.52 0.57
Hex B1 58 CA C 38 0 15 11F 34 39
Octal 261 130 312 14 70 0 25 437 64 71
Binary 10110001 1011000 11001010 1100 111000 0 10101 100011111 110100 111001

Color Harmonies of #B158CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158CA

Black with #B158CA

Text Example


Text Example

White with #B158CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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