Html Css Color HEX #BF0BFE Electric Purple

📋 copy color: '#BF0BFE'

red 191 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #BF0BFE

Tints of Electric Purple #BF0BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 41.89%
G = 2.41%
B = 55.7%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF0BFE (or 0xBF0BFE) is known color: Electric Purple. HEX triplet: BF, 0B and FE. RGB value is (191,11,254). Sum of RGB (Red+Green+Blue) = 191+11+254=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF0BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BFE is #40F401. Grayscale: #5B5B5B. Windows color (decimal): -4256770 or 16649151. OLE color: 16649151.

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

Color convert

RGB 191 11 254 -
CMYK 0.25 0.96 0 0.00
HSL 284.44º 0.99% 0.52% -
HSV(B) 284.44º 0.96% 1% -
XYZ 39.49 18.47 95.25 -
YUV 92.52 219.13 198.24 -
System Red Green Blue C M Y K H S L
Decimal 191 11 254 0.25 0.96 0 0.00 284.44 0.99 0.52
Hex BF B FE 19 60 0 0 11C 63 34
Octal 277 13 376 31 140 0 0 434 143 64
Binary 10111111 1011 11111110 11001 1100000 0 0 100011100 1100011 110100

Color Harmonies of #BF0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BFE

Black with #BF0BFE

Text Example


Text Example

White with #BF0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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