Html Css Color HEX #BF0BFA Electric Purple

📋 copy color: '#BF0BFA'

red 191 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #BF0BFA

Tints of Electric Purple #BF0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.43%

 BLUE value IS 250 (98.05% from 255) = 55.31%

R = 42.26%
G = 2.43%
B = 55.31%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF0BFA (or 0xBF0BFA) is known color: Electric Purple. HEX triplet: BF, 0B and FA. RGB value is (191,11,250). Sum of RGB (Red+Green+Blue) = 191+11+250=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF0BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BFA is #40F405. Grayscale: #5B5B5B. Windows color (decimal): -4256774 or 16387007. OLE color: 16387007.

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

Color convert

RGB 191 11 250 -
CMYK 0.24 0.96 0 0.02
HSL 285.19º 0.96% 0.51% -
HSV(B) 285.19º 0.96% 0.98% -
XYZ 38.86 18.22 91.91 -
YUV 92.07 217.13 198.57 -
System Red Green Blue C M Y K H S L
Decimal 191 11 250 0.24 0.96 0 0.02 285.19 0.96 0.51
Hex BF B FA 18 60 0 2 11D 60 33
Octal 277 13 372 30 140 0 2 435 140 63
Binary 10111111 1011 11111010 11000 1100000 0 10 100011101 1100000 110011

Color Harmonies of #BF0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BFA

Black with #BF0BFA

Text Example


Text Example

White with #BF0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BFA; }

 p { color: rgb(191,11,250); }

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

background-color css

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

 a { background-color: rgb(191,11,250); }

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

border-color css

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

 span { border-color: rgb(191,11,250); }

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