Html Css Color HEX #BF0CFC Electric Purple

📋 copy color: '#BF0CFC'

red 191 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #BF0CFC

Tints of Electric Purple #BF0CFC

RGB

 RED value IS 191 (75% from 255) = 41.98%

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

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 41.98%
G = 2.64%
B = 55.38%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF0CFC (or 0xBF0CFC) is known color: Electric Purple. HEX triplet: BF, 0C and FC. RGB value is (191,12,252). Sum of RGB (Red+Green+Blue) = 191+12+252=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 12 (5.08% from 255 or 2.64% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF0CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0CFC is #40F303. Grayscale: #5C5C5C. Windows color (decimal): -4256516 or 16518335. OLE color: 16518335.

HSL color Cylindrical-coordinate representation of color #BF0CFC: hue angle of 284.75º 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 #BF0CFC is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 12 252 -
CMYK 0.24 0.95 0 0.01
HSL 284.75º 0.98% 0.52% -
HSV(B) 284.75º 0.95% 0.99% -
XYZ 39.19 18.37 93.58 -
YUV 92.88 217.8 197.99 -
System Red Green Blue C M Y K H S L
Decimal 191 12 252 0.24 0.95 0 0.01 284.75 0.98 0.52
Hex BF C FC 18 5F 0 1 11D 62 34
Octal 277 14 374 30 137 0 1 435 142 64
Binary 10111111 1100 11111100 11000 1011111 0 1 100011101 1100010 110100

Color Harmonies of #BF0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0CFC

Black with #BF0CFC

Text Example


Text Example

White with #BF0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0CFC; }

 p { color: rgb(191,12,252); }

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

background-color css

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

 a { background-color: rgb(191,12,252); }

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

border-color css

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

 span { border-color: rgb(191,12,252); }

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