Html Css Color HEX #B00BFB Electric Purple

📋 copy color: '#B00BFB'

red 176 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #B00BFB

Tints of Electric Purple #B00BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.51%

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 40.18%
G = 2.51%
B = 57.31%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B00BFB (or 0xB00BFB) is known color: Electric Purple. HEX triplet: B0, 0B and FB. RGB value is (176,11,251). Sum of RGB (Red+Green+Blue) = 176+11+251=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #B00BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00BFB is #4FF404. Grayscale: #565656. Windows color (decimal): -5239813 or 16452528. OLE color: 16452528.

HSL color Cylindrical-coordinate representation of color #B00BFB: hue angle of 281.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00BFB is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 11 251 -
CMYK 0.30 0.96 0 0.02
HSL 281.25º 0.97% 0.51% -
HSV(B) 281.25º 0.96% 0.98% -
XYZ 35.44 16.43 92.57 -
YUV 87.7 220.16 190.99 -
System Red Green Blue C M Y K H S L
Decimal 176 11 251 0.30 0.96 0 0.02 281.25 0.97 0.51
Hex B0 B FB 1E 60 0 2 119 61 33
Octal 260 13 373 36 140 0 2 431 141 63
Binary 10110000 1011 11111011 11110 1100000 0 10 100011001 1100001 110011

Color Harmonies of #B00BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00BFB

Black with #B00BFB

Text Example


Text Example

White with #B00BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00BFB; }

 p { color: rgb(176,11,251); }

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

background-color css

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

 a { background-color: rgb(176,11,251); }

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

border-color css

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

 span { border-color: rgb(176,11,251); }

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