Html Css Color HEX #B151E8 Medium Orchid

📋 copy color: '#B151E8'

red 177 ◦ green 81 ◦ blue 232

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

Shades of Medium Orchid #B151E8

Tints of Medium Orchid #B151E8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.53%

 BLUE value IS 232 (91.02% from 255) = 47.35%

R = 36.12%
G = 16.53%
B = 47.35%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B151E8 (or 0xB151E8) is known color: Medium Orchid. HEX triplet: B1, 51 and E8. RGB value is (177,81,232). Sum of RGB (Red+Green+Blue) = 177+81+232=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #B151E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151E8 is #4EAE17. Grayscale: #7E7E7E. Windows color (decimal): -5156376 or 15225265. OLE color: 15225265.

HSL color Cylindrical-coordinate representation of color #B151E8: hue angle of 278.15º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B151E8 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 81 232 -
CMYK 0.24 0.65 0 0.09
HSL 278.15º 0.77% 0.61% -
HSV(B) 278.15º 0.65% 0.91% -
XYZ 35.64 21.06 78.53 -
YUV 126.92 187.3 163.72 -
System Red Green Blue C M Y K H S L
Decimal 177 81 232 0.24 0.65 0 0.09 278.15 0.77 0.61
Hex B1 51 E8 18 41 0 9 116 4D 3D
Octal 261 121 350 30 101 0 11 426 115 75
Binary 10110001 1010001 11101000 11000 1000001 0 1001 100010110 1001101 111101

Color Harmonies of #B151E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151E8

Black with #B151E8

Text Example


Text Example

White with #B151E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151E8; }

 p { color: rgb(177,81,232); }

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

background-color css

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

 a { background-color: rgb(177,81,232); }

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

border-color css

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

 span { border-color: rgb(177,81,232); }

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