Html Css Color HEX #B00CFA Electric Purple

📋 copy color: '#B00CFA'

red 176 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #B00CFA

Tints of Electric Purple #B00CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.08%

R = 40.18%
G = 2.74%
B = 57.08%

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

#B00CFA (or 0xB00CFA) is known color: Electric Purple. HEX triplet: B0, 0C and FA. RGB value is (176,12,250). Sum of RGB (Red+Green+Blue) = 176+12+250=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #B00CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CFA is #4FF305. Grayscale: #575757. Windows color (decimal): -5239558 or 16387248. OLE color: 16387248.

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

Color convert

RGB 176 12 250 -
CMYK 0.30 0.95 0 0.02
HSL 281.34º 0.96% 0.51% -
HSV(B) 281.34º 0.95% 0.98% -
XYZ 35.29 16.4 91.75 -
YUV 88.17 219.33 190.65 -
System Red Green Blue C M Y K H S L
Decimal 176 12 250 0.30 0.95 0 0.02 281.34 0.96 0.51
Hex B0 C FA 1E 5F 0 2 119 60 33
Octal 260 14 372 36 137 0 2 431 140 63
Binary 10110000 1100 11111010 11110 1011111 0 10 100011001 1100000 110011

Color Harmonies of #B00CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CFA

Black with #B00CFA

Text Example


Text Example

White with #B00CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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