Html Css Color HEX #BF1BEE Electric Purple

📋 copy color: '#BF1BEE'

red 191 ◦ green 27 ◦ blue 238

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

Shades of Electric Purple #BF1BEE

Tints of Electric Purple #BF1BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 41.89%
G = 5.92%
B = 52.19%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF1BEE (or 0xBF1BEE) is known color: Electric Purple. HEX triplet: BF, 1B and EE. RGB value is (191,27,238). Sum of RGB (Red+Green+Blue) = 191+27+238=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1BEE is #40E411. Grayscale: #636363. Windows color (decimal): -4252690 or 15604671. OLE color: 15604671.

HSL color Cylindrical-coordinate representation of color #BF1BEE: hue angle of 286.64º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1BEE is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 27 238 -
CMYK 0.20 0.89 0 0.07
HSL 286.64º 0.86% 0.52% -
HSV(B) 286.64º 0.89% 0.93% -
XYZ 37.31 18.03 82.4 -
YUV 100.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 191 27 238 0.20 0.89 0 0.07 286.64 0.86 0.52
Hex BF 1B EE 14 59 0 7 11F 56 34
Octal 277 33 356 24 131 0 7 437 126 64
Binary 10111111 11011 11101110 10100 1011001 0 111 100011111 1010110 110100

Color Harmonies of #BF1BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1BEE

Black with #BF1BEE

Text Example


Text Example

White with #BF1BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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