Html Css Color HEX #BF1CEB Electric Purple

📋 copy color: '#BF1CEB'

red 191 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #BF1CEB

Tints of Electric Purple #BF1CEB

RGB

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

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

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

R = 42.07%
G = 6.17%
B = 51.76%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF1CEB (or 0xBF1CEB) is known color: Electric Purple. HEX triplet: BF, 1C and EB. RGB value is (191,28,235). Sum of RGB (Red+Green+Blue) = 191+28+235=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF1CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF1CEB is #40E314. Grayscale: #636363. Windows color (decimal): -4252437 or 15408319. OLE color: 15408319.

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

Color convert

RGB 191 28 235 -
CMYK 0.19 0.88 0 0.08
HSL 287.25º 0.84% 0.52% -
HSV(B) 287.25º 0.88% 0.92% -
XYZ 36.9 17.91 80.11 -
YUV 100.34 204 192.67 -
System Red Green Blue C M Y K H S L
Decimal 191 28 235 0.19 0.88 0 0.08 287.25 0.84 0.52
Hex BF 1C EB 13 58 0 8 11F 54 34
Octal 277 34 353 23 130 0 10 437 124 64
Binary 10111111 11100 11101011 10011 1011000 0 1000 100011111 1010100 110100

Color Harmonies of #BF1CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1CEB

Black with #BF1CEB

Text Example


Text Example

White with #BF1CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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