Html Css Color HEX #BF0FFD Electric Purple

📋 copy color: '#BF0FFD'

red 191 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #BF0FFD

Tints of Electric Purple #BF0FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.12%

R = 41.61%
G = 3.27%
B = 55.12%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF0FFD (or 0xBF0FFD) is known color: Electric Purple. HEX triplet: BF, 0F and FD. RGB value is (191,15,253). Sum of RGB (Red+Green+Blue) = 191+15+253=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FFD is #40F002. Grayscale: #5D5D5D. Windows color (decimal): -4255747 or 16584639. OLE color: 16584639.

HSL color Cylindrical-coordinate representation of color #BF0FFD: hue angle of 284.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0FFD is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 15 253 -
CMYK 0.25 0.94 0 0.01
HSL 284.37º 0.98% 0.53% -
HSV(B) 284.37º 0.94% 0.99% -
XYZ 39.39 18.51 94.43 -
YUV 94.76 217.31 196.65 -
System Red Green Blue C M Y K H S L
Decimal 191 15 253 0.25 0.94 0 0.01 284.37 0.98 0.53
Hex BF F FD 19 5E 0 1 11C 62 35
Octal 277 17 375 31 136 0 1 434 142 65
Binary 10111111 1111 11111101 11001 1011110 0 1 100011100 1100010 110101

Color Harmonies of #BF0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FFD

Black with #BF0FFD

Text Example


Text Example

White with #BF0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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