Html Css Color HEX #B11CED Electric Purple

📋 copy color: '#B11CED'

red 177 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #B11CED

Tints of Electric Purple #B11CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.33%

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 40.05%
G = 6.33%
B = 53.62%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B11CED (or 0xB11CED) is known color: Electric Purple. HEX triplet: B1, 1C and ED. RGB value is (177,28,237). Sum of RGB (Red+Green+Blue) = 177+28+237=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #B11CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B11CED is #4EE312. Grayscale: #5F5F5F. Windows color (decimal): -5169939 or 15539377. OLE color: 15539377.

HSL color Cylindrical-coordinate representation of color #B11CED: hue angle of 282.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11CED is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 28 237 -
CMYK 0.25 0.88 0 0.07
HSL 282.78º 0.85% 0.52% -
HSV(B) 282.78º 0.88% 0.93% -
XYZ 33.83 16.29 81.48 -
YUV 96.38 207.36 185.51 -
System Red Green Blue C M Y K H S L
Decimal 177 28 237 0.25 0.88 0 0.07 282.78 0.85 0.52
Hex B1 1C ED 19 58 0 7 11B 55 34
Octal 261 34 355 31 130 0 7 433 125 64
Binary 10110001 11100 11101101 11001 1011000 0 111 100011011 1010101 110100

Color Harmonies of #B11CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CED

Black with #B11CED

Text Example


Text Example

White with #B11CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CED; }

 p { color: rgb(177,28,237); }

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

background-color css

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

 a { background-color: rgb(177,28,237); }

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

border-color css

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

 span { border-color: rgb(177,28,237); }

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