Html Css Color HEX #BF1CEE Electric Purple

📋 copy color: '#BF1CEE'

red 191 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #BF1CEE

Tints of Electric Purple #BF1CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.13%

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

R = 41.79%
G = 6.13%
B = 52.08%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF1CEE (or 0xBF1CEE) is known color: Electric Purple. HEX triplet: BF, 1C and EE. RGB value is (191,28,238). Sum of RGB (Red+Green+Blue) = 191+28+238=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF1CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CEE is #40E311. Grayscale: #646464. Windows color (decimal): -4252434 or 15604927. OLE color: 15604927.

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

Color convert

RGB 191 28 238 -
CMYK 0.20 0.88 0 0.07
HSL 286.57º 0.86% 0.52% -
HSV(B) 286.57º 0.88% 0.93% -
XYZ 37.33 18.08 82.41 -
YUV 100.68 205.5 192.42 -
System Red Green Blue C M Y K H S L
Decimal 191 28 238 0.20 0.88 0 0.07 286.57 0.86 0.52
Hex BF 1C EE 14 58 0 7 11F 56 34
Octal 277 34 356 24 130 0 7 437 126 64
Binary 10111111 11100 11101110 10100 1011000 0 111 100011111 1010110 110100

Color Harmonies of #BF1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CEE

Black with #BF1CEE

Text Example


Text Example

White with #BF1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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