Html Css Color HEX #BF2FFB Electric Purple

📋 copy color: '#BF2FFB'

red 191 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #BF2FFB

Tints of Electric Purple #BF2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.61%

 BLUE value IS 251 (98.44% from 255) = 51.33%

R = 39.06%
G = 9.61%
B = 51.33%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF2FFB (or 0xBF2FFB) is known color: Electric Purple. HEX triplet: BF, 2F and FB. RGB value is (191,47,251). Sum of RGB (Red+Green+Blue) = 191+47+251=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FFB is #40D004. Grayscale: #707070. Windows color (decimal): -4247557 or 16461759. OLE color: 16461759.

HSL color Cylindrical-coordinate representation of color #BF2FFB: hue angle of 282.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2FFB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 47 251 -
CMYK 0.24 0.81 0 0.02
HSL 282.35º 0.96% 0.58% -
HSV(B) 282.35º 0.81% 0.98% -
XYZ 39.91 20.07 93.04 -
YUV 113.31 205.71 183.41 -
System Red Green Blue C M Y K H S L
Decimal 191 47 251 0.24 0.81 0 0.02 282.35 0.96 0.58
Hex BF 2F FB 18 51 0 2 11A 60 3A
Octal 277 57 373 30 121 0 2 432 140 72
Binary 10111111 101111 11111011 11000 1010001 0 10 100011010 1100000 111010

Color Harmonies of #BF2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2FFB

Black with #BF2FFB

Text Example


Text Example

White with #BF2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2FFB; }

 p { color: rgb(191,47,251); }

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

background-color css

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

 a { background-color: rgb(191,47,251); }

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

border-color css

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

 span { border-color: rgb(191,47,251); }

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