Html Css Color HEX #BF0FFA Electric Purple

📋 copy color: '#BF0FFA'

red 191 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #BF0FFA

Tints of Electric Purple #BF0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.29%

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

R = 41.89%
G = 3.29%
B = 54.82%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF0FFA (or 0xBF0FFA) is known color: Electric Purple. HEX triplet: BF, 0F and FA. RGB value is (191,15,250). Sum of RGB (Red+Green+Blue) = 191+15+250=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FFA is #40F005. Grayscale: #5D5D5D. Windows color (decimal): -4255750 or 16388031. OLE color: 16388031.

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

Color convert

RGB 191 15 250 -
CMYK 0.24 0.94 0 0.02
HSL 284.94º 0.96% 0.52% -
HSV(B) 284.94º 0.94% 0.98% -
XYZ 38.91 18.32 91.93 -
YUV 94.41 215.81 196.89 -
System Red Green Blue C M Y K H S L
Decimal 191 15 250 0.24 0.94 0 0.02 284.94 0.96 0.52
Hex BF F FA 18 5E 0 2 11D 60 34
Octal 277 17 372 30 136 0 2 435 140 64
Binary 10111111 1111 11111010 11000 1011110 0 10 100011101 1100000 110100

Color Harmonies of #BF0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FFA

Black with #BF0FFA

Text Example


Text Example

White with #BF0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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