Html Css Color HEX #B158E7 Medium Orchid

📋 copy color: '#B158E7'

red 177 ◦ green 88 ◦ blue 231

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

Shades of Medium Orchid #B158E7

Tints of Medium Orchid #B158E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.57%

R = 35.69%
G = 17.74%
B = 46.57%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B158E7 (or 0xB158E7) is known color: Medium Orchid. HEX triplet: B1, 58 and E7. RGB value is (177,88,231). Sum of RGB (Red+Green+Blue) = 177+88+231=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #B158E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B158E7 is #4EA718. Grayscale: #828282. Windows color (decimal): -5154585 or 15161521. OLE color: 15161521.

HSL color Cylindrical-coordinate representation of color #B158E7: hue angle of 277.34º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B158E7 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 88 231 -
CMYK 0.23 0.62 0 0.09
HSL 277.34º 0.75% 0.63% -
HSV(B) 277.34º 0.62% 0.91% -
XYZ 36.04 22.1 77.97 -
YUV 130.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 177 88 231 0.23 0.62 0 0.09 277.34 0.75 0.63
Hex B1 58 E7 17 3E 0 9 115 4B 3F
Octal 261 130 347 27 76 0 11 425 113 77
Binary 10110001 1011000 11100111 10111 111110 0 1001 100010101 1001011 111111

Color Harmonies of #B158E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158E7

Black with #B158E7

Text Example


Text Example

White with #B158E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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