Html Css Color HEX #B01BED Electric Purple

📋 copy color: '#B01BED'

red 176 ◦ green 27 ◦ blue 237

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

Shades of Electric Purple #B01BED

Tints of Electric Purple #B01BED

RGB

 RED value IS 176 (69.14% from 255) = 40%

 GREEN value IS 27 (10.94% from 255) = 6.14%

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

R = 40%
G = 6.14%
B = 53.86%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B01BED (or 0xB01BED) is known color: Electric Purple. HEX triplet: B0, 1B and ED. RGB value is (176,27,237). Sum of RGB (Red+Green+Blue) = 176+27+237=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #B01BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B01BED is #4FE412. Grayscale: #5E5E5E. Windows color (decimal): -5235731 or 15539120. OLE color: 15539120.

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

Color convert

RGB 176 27 237 -
CMYK 0.26 0.89 0 0.07
HSL 282.57º 0.85% 0.52% -
HSV(B) 282.57º 0.89% 0.93% -
XYZ 33.58 16.13 81.46 -
YUV 95.49 207.86 185.42 -
System Red Green Blue C M Y K H S L
Decimal 176 27 237 0.26 0.89 0 0.07 282.57 0.85 0.52
Hex B0 1B ED 1A 59 0 7 11B 55 34
Octal 260 33 355 32 131 0 7 433 125 64
Binary 10110000 11011 11101101 11010 1011001 0 111 100011011 1010101 110100

Color Harmonies of #B01BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01BED

Black with #B01BED

Text Example


Text Example

White with #B01BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01BED; }

 p { color: rgb(176,27,237); }

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

background-color css

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

 a { background-color: rgb(176,27,237); }

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

border-color css

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

 span { border-color: rgb(176,27,237); }

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