Html Css Color HEX #BF06FF Electric Purple

📋 copy color: '#BF06FF'

red 191 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #BF06FF

Tints of Electric Purple #BF06FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

 BLUE value IS 255 (100% from 255) = 56.42%

R = 42.26%
G = 1.33%
B = 56.42%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF06FF (or 0xBF06FF) is known color: Electric Purple. HEX triplet: BF, 06 and FF. RGB value is (191,6,255). Sum of RGB (Red+Green+Blue) = 191+6+255=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF06FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF06FF is #40F900. Grayscale: #585858. Windows color (decimal): -4258049 or 16713407. OLE color: 16713407.

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

Color convert

RGB 191 6 255 -
CMYK 0.25 0.98 0 0
HSL 284.58º 1% 0.51% -
HSV(B) 284.58º 0.98% 1% -
XYZ 39.6 18.43 96.08 -
YUV 89.7 221.29 200.25 -
System Red Green Blue C M Y K H S L
Decimal 191 6 255 0.25 0.98 0 0 284.58 1 0.51
Hex BF 6 FF 19 62 0 0 11D 64 33
Octal 277 6 377 31 142 0 0 435 144 63
Binary 10111111 110 11111111 11001 1100010 0 0 100011101 1100100 110011

Color Harmonies of #BF06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF06FF

Black with #BF06FF

Text Example


Text Example

White with #BF06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF06FF; }

 p { color: rgb(191,6,255); }

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

background-color css

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

 a { background-color: rgb(191,6,255); }

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

border-color css

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

 span { border-color: rgb(191,6,255); }

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