Html Css Color HEX #B151EA Medium Orchid

📋 copy color: '#B151EA'

red 177 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #B151EA

Tints of Medium Orchid #B151EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 35.98%
G = 16.46%
B = 47.56%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B151EA (or 0xB151EA) is known color: Medium Orchid. HEX triplet: B1, 51 and EA. RGB value is (177,81,234). Sum of RGB (Red+Green+Blue) = 177+81+234=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #B151EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151EA is #4EAE15. Grayscale: #7E7E7E. Windows color (decimal): -5156374 or 15356337. OLE color: 15356337.

HSL color Cylindrical-coordinate representation of color #B151EA: hue angle of 277.65º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B151EA is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 81 234 -
CMYK 0.24 0.65 0 0.08
HSL 277.65º 0.78% 0.62% -
HSV(B) 277.65º 0.65% 0.92% -
XYZ 35.93 21.17 80.04 -
YUV 127.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 177 81 234 0.24 0.65 0 0.08 277.65 0.78 0.62
Hex B1 51 EA 18 41 0 8 116 4E 3E
Octal 261 121 352 30 101 0 10 426 116 76
Binary 10110001 1010001 11101010 11000 1000001 0 1000 100010110 1001110 111110

Color Harmonies of #B151EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151EA

Black with #B151EA

Text Example


Text Example

White with #B151EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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