Html Css Color HEX #BF1BF5 Electric Purple

📋 copy color: '#BF1BF5'

red 191 ◦ green 27 ◦ blue 245

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

Shades of Electric Purple #BF1BF5

Tints of Electric Purple #BF1BF5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.83%

 BLUE value IS 245 (96.09% from 255) = 52.92%

R = 41.25%
G = 5.83%
B = 52.92%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF1BF5 (or 0xBF1BF5) is known color: Electric Purple. HEX triplet: BF, 1B and F5. RGB value is (191,27,245). Sum of RGB (Red+Green+Blue) = 191+27+245=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF1BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BF5 is #40E40A. Grayscale: #646464. Windows color (decimal): -4252683 or 16063423. OLE color: 16063423.

HSL color Cylindrical-coordinate representation of color #BF1BF5: hue angle of 285.14º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1BF5 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 27 245 -
CMYK 0.22 0.89 0 0.04
HSL 285.14º 0.92% 0.53% -
HSV(B) 285.14º 0.89% 0.96% -
XYZ 38.36 18.45 87.93 -
YUV 100.89 209.33 192.27 -
System Red Green Blue C M Y K H S L
Decimal 191 27 245 0.22 0.89 0 0.04 285.14 0.92 0.53
Hex BF 1B F5 16 59 0 4 11D 5C 35
Octal 277 33 365 26 131 0 4 435 134 65
Binary 10111111 11011 11110101 10110 1011001 0 100 100011101 1011100 110101

Color Harmonies of #BF1BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1BF5

Black with #BF1BF5

Text Example


Text Example

White with #BF1BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1BF5; }

 p { color: rgb(191,27,245); }

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

background-color css

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

 a { background-color: rgb(191,27,245); }

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

border-color css

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

 span { border-color: rgb(191,27,245); }

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