Html Css Color HEX #BF2BEB Electric Purple

📋 copy color: '#BF2BEB'

red 191 ◦ green 43 ◦ blue 235

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

Shades of Electric Purple #BF2BEB

Tints of Electric Purple #BF2BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.17%

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 40.72%
G = 9.17%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF2BEB (or 0xBF2BEB) is known color: Electric Purple. HEX triplet: BF, 2B and EB. RGB value is (191,43,235). Sum of RGB (Red+Green+Blue) = 191+43+235=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2BEB is #40D414. Grayscale: #6C6C6C. Windows color (decimal): -4248597 or 15412159. OLE color: 15412159.

HSL color Cylindrical-coordinate representation of color #BF2BEB: hue angle of 286.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2BEB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 43 235 -
CMYK 0.19 0.82 0 0.08
HSL 286.25º 0.83% 0.55% -
HSV(B) 286.25º 0.82% 0.92% -
XYZ 37.35 18.8 80.26 -
YUV 109.14 199.03 186.39 -
System Red Green Blue C M Y K H S L
Decimal 191 43 235 0.19 0.82 0 0.08 286.25 0.83 0.55
Hex BF 2B EB 13 52 0 8 11E 53 37
Octal 277 53 353 23 122 0 10 436 123 67
Binary 10111111 101011 11101011 10011 1010010 0 1000 100011110 1010011 110111

Color Harmonies of #BF2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BEB

Black with #BF2BEB

Text Example


Text Example

White with #BF2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BEB; }

 p { color: rgb(191,43,235); }

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

background-color css

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

 a { background-color: rgb(191,43,235); }

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

border-color css

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

 span { border-color: rgb(191,43,235); }

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