Html Css Color HEX #B00CFE Electric Purple

📋 copy color: '#B00CFE'

red 176 ◦ green 12 ◦ blue 254

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

Shades of Electric Purple #B00CFE

Tints of Electric Purple #B00CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 39.82%
G = 2.71%
B = 57.47%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B00CFE (or 0xB00CFE) is known color: Electric Purple. HEX triplet: B0, 0C and FE. RGB value is (176,12,254). Sum of RGB (Red+Green+Blue) = 176+12+254=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #B00CFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CFE is #4FF301. Grayscale: #575757. Windows color (decimal): -5239554 or 16649392. OLE color: 16649392.

HSL color Cylindrical-coordinate representation of color #B00CFE: hue angle of 280.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00CFE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 12 254 -
CMYK 0.31 0.95 0 0.00
HSL 280.66º 0.99% 0.52% -
HSV(B) 280.66º 0.95% 1% -
XYZ 35.93 16.65 95.09 -
YUV 88.62 221.33 190.32 -
System Red Green Blue C M Y K H S L
Decimal 176 12 254 0.31 0.95 0 0.00 280.66 0.99 0.52
Hex B0 C FE 1F 5F 0 0 119 63 34
Octal 260 14 376 37 137 0 0 431 143 64
Binary 10110000 1100 11111110 11111 1011111 0 0 100011001 1100011 110100

Color Harmonies of #B00CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CFE

Black with #B00CFE

Text Example


Text Example

White with #B00CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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