Html Css Color HEX #B158EE Medium Orchid

📋 copy color: '#B158EE'

red 177 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #B158EE

Tints of Medium Orchid #B158EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 35.19%
G = 17.5%
B = 47.32%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B158EE (or 0xB158EE) is known color: Medium Orchid. HEX triplet: B1, 58 and EE. RGB value is (177,88,238). Sum of RGB (Red+Green+Blue) = 177+88+238=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #B158EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B158EE is #4EA711. Grayscale: #838383. Windows color (decimal): -5154578 or 15620273. OLE color: 15620273.

HSL color Cylindrical-coordinate representation of color #B158EE: hue angle of 275.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B158EE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 88 238 -
CMYK 0.26 0.63 0 0.07
HSL 275.6º 0.82% 0.64% -
HSV(B) 275.6º 0.63% 0.93% -
XYZ 37.05 22.5 83.28 -
YUV 131.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 177 88 238 0.26 0.63 0 0.07 275.6 0.82 0.64
Hex B1 58 EE 1A 3F 0 7 114 52 40
Octal 261 130 356 32 77 0 7 424 122 100
Binary 10110001 1011000 11101110 11010 111111 0 111 100010100 1010010 1000000

Color Harmonies of #B158EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B158EE

Black with #B158EE

Text Example


Text Example

White with #B158EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B158EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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