Html Css Color HEX #BF07FF Electric Purple

📋 copy color: '#BF07FF'

red 191 ◦ green 7 ◦ blue 255

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

Shades of Electric Purple #BF07FF

Tints of Electric Purple #BF07FF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.55%

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

R = 42.16%
G = 1.55%
B = 56.29%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF07FF (or 0xBF07FF) is known color: Electric Purple. HEX triplet: BF, 07 and FF. RGB value is (191,7,255). Sum of RGB (Red+Green+Blue) = 191+7+255=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF07FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF07FF is #40F800. Grayscale: #595959. Windows color (decimal): -4257793 or 16713663. OLE color: 16713663.

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

Color convert

RGB 191 7 255 -
CMYK 0.25 0.97 0 0
HSL 284.52º 1% 0.51% -
HSV(B) 284.52º 0.97% 1% -
XYZ 39.61 18.45 96.08 -
YUV 90.29 220.96 199.83 -
System Red Green Blue C M Y K H S L
Decimal 191 7 255 0.25 0.97 0 0 284.52 1 0.51
Hex BF 7 FF 19 61 0 0 11D 64 33
Octal 277 7 377 31 141 0 0 435 144 63
Binary 10111111 111 11111111 11001 1100001 0 0 100011101 1100100 110011

Color Harmonies of #BF07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF07FF

Black with #BF07FF

Text Example


Text Example

White with #BF07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF07FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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