Html Css Color HEX #B00CFD Electric Purple

📋 copy color: '#B00CFD'

red 176 ◦ green 12 ◦ blue 253

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

Shades of Electric Purple #B00CFD

Tints of Electric Purple #B00CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.37%

R = 39.91%
G = 2.72%
B = 57.37%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B00CFD (or 0xB00CFD) is known color: Electric Purple. HEX triplet: B0, 0C and FD. RGB value is (176,12,253). Sum of RGB (Red+Green+Blue) = 176+12+253=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 12 (5.08% from 255 or 2.72% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #B00CFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B00CFD is #4FF302. Grayscale: #575757. Windows color (decimal): -5239555 or 16583856. OLE color: 16583856.

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

Color convert

RGB 176 12 253 -
CMYK 0.30 0.95 0 0.01
HSL 280.83º 0.98% 0.52% -
HSV(B) 280.83º 0.95% 0.99% -
XYZ 35.77 16.58 94.24 -
YUV 88.51 220.83 190.4 -
System Red Green Blue C M Y K H S L
Decimal 176 12 253 0.30 0.95 0 0.01 280.83 0.98 0.52
Hex B0 C FD 1E 5F 0 1 119 62 34
Octal 260 14 375 36 137 0 1 431 142 64
Binary 10110000 1100 11111101 11110 1011111 0 1 100011001 1100010 110100

Color Harmonies of #B00CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00CFD

Black with #B00CFD

Text Example


Text Example

White with #B00CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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