Html Css Color HEX #BF0BE6 Electric Purple

📋 copy color: '#BF0BE6'

red 191 ◦ green 11 ◦ blue 230

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

Shades of Electric Purple #BF0BE6

Tints of Electric Purple #BF0BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.24%

R = 44.21%
G = 2.55%
B = 53.24%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF0BE6 (or 0xBF0BE6) is known color: Electric Purple. HEX triplet: BF, 0B and E6. RGB value is (191,11,230). Sum of RGB (Red+Green+Blue) = 191+11+230=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF0BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BE6 is #40F419. Grayscale: #595959. Windows color (decimal): -4256794 or 15076287. OLE color: 15076287.

HSL color Cylindrical-coordinate representation of color #BF0BE6: hue angle of 289.32º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0BE6 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 11 230 -
CMYK 0.17 0.95 0 0.10
HSL 289.32º 0.91% 0.47% -
HSV(B) 289.32º 0.95% 0.9% -
XYZ 35.89 17.03 76.26 -
YUV 89.79 207.13 200.19 -
System Red Green Blue C M Y K H S L
Decimal 191 11 230 0.17 0.95 0 0.10 289.32 0.91 0.47
Hex BF B E6 11 5F 0 A 121 5B 2F
Octal 277 13 346 21 137 0 12 441 133 57
Binary 10111111 1011 11100110 10001 1011111 0 1010 100100001 1011011 101111

Color Harmonies of #BF0BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BE6

Black with #BF0BE6

Text Example


Text Example

White with #BF0BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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