Html Css Color HEX #B158E0 Medium Orchid

📋 copy color: '#B158E0'

red 177 ◦ green 88 ◦ blue 224

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

Shades of Medium Orchid #B158E0

Tints of Medium Orchid #B158E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.81%

R = 36.2%
G = 18%
B = 45.81%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B158E0 (or 0xB158E0) is known color: Medium Orchid. HEX triplet: B1, 58 and E0. RGB value is (177,88,224). Sum of RGB (Red+Green+Blue) = 177+88+224=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #B158E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158E0 is #4EA71F. Grayscale: #818181. Windows color (decimal): -5154592 or 14702769. OLE color: 14702769.

HSL color Cylindrical-coordinate representation of color #B158E0: hue angle of 279.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B158E0 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 88 224 -
CMYK 0.21 0.61 0 0.12
HSL 279.26º 0.69% 0.61% -
HSV(B) 279.26º 0.61% 0.88% -
XYZ 35.08 21.71 72.86 -
YUV 130.12 180.99 161.44 -
System Red Green Blue C M Y K H S L
Decimal 177 88 224 0.21 0.61 0 0.12 279.26 0.69 0.61
Hex B1 58 E0 15 3D 0 C 117 45 3D
Octal 261 130 340 25 75 0 14 427 105 75
Binary 10110001 1011000 11100000 10101 111101 0 1100 100010111 1000101 111101

Color Harmonies of #B158E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158E0

Black with #B158E0

Text Example


Text Example

White with #B158E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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