Html Css Color HEX #BF0CEB Electric Purple

📋 copy color: '#BF0CEB'

red 191 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #BF0CEB

Tints of Electric Purple #BF0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.74%

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

R = 43.61%
G = 2.74%
B = 53.65%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF0CEB (or 0xBF0CEB) is known color: Electric Purple. HEX triplet: BF, 0C and EB. RGB value is (191,12,235). Sum of RGB (Red+Green+Blue) = 191+12+235=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0CEB is #40F314. Grayscale: #5A5A5A. Windows color (decimal): -4256533 or 15404223. OLE color: 15404223.

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

Color convert

RGB 191 12 235 -
CMYK 0.19 0.95 0 0.08
HSL 288.16º 0.9% 0.48% -
HSV(B) 288.16º 0.95% 0.92% -
XYZ 36.61 17.34 80.01 -
YUV 90.94 209.3 199.37 -
System Red Green Blue C M Y K H S L
Decimal 191 12 235 0.19 0.95 0 0.08 288.16 0.9 0.48
Hex BF C EB 13 5F 0 8 120 5A 30
Octal 277 14 353 23 137 0 10 440 132 60
Binary 10111111 1100 11101011 10011 1011111 0 1000 100100000 1011010 110000

Color Harmonies of #BF0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0CEB

Black with #BF0CEB

Text Example


Text Example

White with #BF0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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