Html Css Color HEX #B151EE Medium Orchid

📋 copy color: '#B151EE'

red 177 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #B151EE

Tints of Medium Orchid #B151EE

RGB

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

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

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

R = 35.69%
G = 16.33%
B = 47.98%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B151EE (or 0xB151EE) is known color: Medium Orchid. HEX triplet: B1, 51 and EE. RGB value is (177,81,238). Sum of RGB (Red+Green+Blue) = 177+81+238=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #B151EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151EE is #4EAE11. Grayscale: #7F7F7F. Windows color (decimal): -5156370 or 15618481. OLE color: 15618481.

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

Color convert

RGB 177 81 238 -
CMYK 0.26 0.66 0 0.07
HSL 276.69º 0.82% 0.63% -
HSV(B) 276.69º 0.66% 0.93% -
XYZ 36.51 21.41 83.1 -
YUV 127.6 190.3 163.23 -
System Red Green Blue C M Y K H S L
Decimal 177 81 238 0.26 0.66 0 0.07 276.69 0.82 0.63
Hex B1 51 EE 1A 42 0 7 115 52 3F
Octal 261 121 356 32 102 0 7 425 122 77
Binary 10110001 1010001 11101110 11010 1000010 0 111 100010101 1010010 111111

Color Harmonies of #B151EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151EE

Black with #B151EE

Text Example


Text Example

White with #B151EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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