Html Css Color HEX #BF15F2 Electric Purple

📋 copy color: '#BF15F2'

red 191 ◦ green 21 ◦ blue 242

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

Shades of Electric Purple #BF15F2

Tints of Electric Purple #BF15F2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.63%

 BLUE value IS 242 (94.92% from 255) = 53.3%

R = 42.07%
G = 4.63%
B = 53.3%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF15F2 (or 0xBF15F2) is known color: Electric Purple. HEX triplet: BF, 15 and F2. RGB value is (191,21,242). Sum of RGB (Red+Green+Blue) = 191+21+242=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF15F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF15F2 is #40EA0D. Grayscale: #606060. Windows color (decimal): -4254222 or 15865279. OLE color: 15865279.

HSL color Cylindrical-coordinate representation of color #BF15F2: hue angle of 286.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF15F2 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 21 242 -
CMYK 0.21 0.91 0 0.05
HSL 286.15º 0.89% 0.52% -
HSV(B) 286.15º 0.91% 0.95% -
XYZ 37.78 18.02 85.49 -
YUV 97.02 209.82 195.03 -
System Red Green Blue C M Y K H S L
Decimal 191 21 242 0.21 0.91 0 0.05 286.15 0.89 0.52
Hex BF 15 F2 15 5B 0 5 11E 59 34
Octal 277 25 362 25 133 0 5 436 131 64
Binary 10111111 10101 11110010 10101 1011011 0 101 100011110 1011001 110100

Color Harmonies of #BF15F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15F2

Black with #BF15F2

Text Example


Text Example

White with #BF15F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15F2; }

 p { color: rgb(191,21,242); }

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

background-color css

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

 a { background-color: rgb(191,21,242); }

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

border-color css

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

 span { border-color: rgb(191,21,242); }

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