Html Css Color HEX #B00CFB Electric Purple

📋 copy color: '#B00CFB'

red 176 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #B00CFB

Tints of Electric Purple #B00CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

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

R = 40.09%
G = 2.73%
B = 57.18%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B00CFB (or 0xB00CFB) is known color: Electric Purple. HEX triplet: B0, 0C and FB. RGB value is (176,12,251). Sum of RGB (Red+Green+Blue) = 176+12+251=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #B00CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CFB is #4FF304. Grayscale: #575757. Windows color (decimal): -5239557 or 16452784. OLE color: 16452784.

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

Color convert

RGB 176 12 251 -
CMYK 0.30 0.95 0 0.02
HSL 281.17º 0.97% 0.52% -
HSV(B) 281.17º 0.95% 0.98% -
XYZ 35.45 16.46 92.58 -
YUV 88.28 219.83 190.57 -
System Red Green Blue C M Y K H S L
Decimal 176 12 251 0.30 0.95 0 0.02 281.17 0.97 0.52
Hex B0 C FB 1E 5F 0 2 119 61 34
Octal 260 14 373 36 137 0 2 431 141 64
Binary 10110000 1100 11111011 11110 1011111 0 10 100011001 1100001 110100

Color Harmonies of #B00CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CFB

Black with #B00CFB

Text Example


Text Example

White with #B00CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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