Html Css Color HEX #BF1BEB Electric Purple

📋 copy color: '#BF1BEB'

red 191 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #BF1BEB

Tints of Electric Purple #BF1BEB

RGB

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

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

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

R = 42.16%
G = 5.96%
B = 51.88%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF1BEB (or 0xBF1BEB) is known color: Electric Purple. HEX triplet: BF, 1B and EB. RGB value is (191,27,235). Sum of RGB (Red+Green+Blue) = 191+27+235=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF1BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BEB is #40E414. Grayscale: #636363. Windows color (decimal): -4252693 or 15408063. OLE color: 15408063.

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

Color convert

RGB 191 27 235 -
CMYK 0.19 0.89 0 0.08
HSL 287.31º 0.84% 0.51% -
HSV(B) 287.31º 0.89% 0.92% -
XYZ 36.87 17.86 80.1 -
YUV 99.75 204.33 193.09 -
System Red Green Blue C M Y K H S L
Decimal 191 27 235 0.19 0.89 0 0.08 287.31 0.84 0.51
Hex BF 1B EB 13 59 0 8 11F 54 33
Octal 277 33 353 23 131 0 10 437 124 63
Binary 10111111 11011 11101011 10011 1011001 0 1000 100011111 1010100 110011

Color Harmonies of #BF1BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1BEB

Black with #BF1BEB

Text Example


Text Example

White with #BF1BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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