Html Css Color HEX #BF0BEE Electric Purple

📋 copy color: '#BF0BEE'

red 191 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #BF0BEE

Tints of Electric Purple #BF0BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

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

R = 43.41%
G = 2.5%
B = 54.09%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF0BEE (or 0xBF0BEE) is known color: Electric Purple. HEX triplet: BF, 0B and EE. RGB value is (191,11,238). Sum of RGB (Red+Green+Blue) = 191+11+238=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BEE is #40F411. Grayscale: #595959. Windows color (decimal): -4256786 or 15600575. OLE color: 15600575.

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

Color convert

RGB 191 11 238 -
CMYK 0.20 0.95 0 0.07
HSL 287.58º 0.91% 0.49% -
HSV(B) 287.58º 0.95% 0.93% -
XYZ 37.04 17.49 82.31 -
YUV 90.7 211.13 199.54 -
System Red Green Blue C M Y K H S L
Decimal 191 11 238 0.20 0.95 0 0.07 287.58 0.91 0.49
Hex BF B EE 14 5F 0 7 120 5B 31
Octal 277 13 356 24 137 0 7 440 133 61
Binary 10111111 1011 11101110 10100 1011111 0 111 100100000 1011011 110001

Color Harmonies of #BF0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BEE

Black with #BF0BEE

Text Example


Text Example

White with #BF0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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