Html Css Color HEX #BF0BEA Electric Purple

📋 copy color: '#BF0BEA'

red 191 ◦ green 11 ◦ blue 234

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

Shades of Electric Purple #BF0BEA

Tints of Electric Purple #BF0BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 43.81%
G = 2.52%
B = 53.67%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF0BEA (or 0xBF0BEA) is known color: Electric Purple. HEX triplet: BF, 0B and EA. RGB value is (191,11,234). Sum of RGB (Red+Green+Blue) = 191+11+234=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF0BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BEA is #40F415. Grayscale: #595959. Windows color (decimal): -4256790 or 15338431. OLE color: 15338431.

HSL color Cylindrical-coordinate representation of color #BF0BEA: hue angle of 288.43º degrees, saturation: 0.91, 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 #BF0BEA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 11 234 -
CMYK 0.18 0.95 0 0.08
HSL 288.43º 0.91% 0.48% -
HSV(B) 288.43º 0.95% 0.92% -
XYZ 36.46 17.26 79.25 -
YUV 90.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 191 11 234 0.18 0.95 0 0.08 288.43 0.91 0.48
Hex BF B EA 12 5F 0 8 120 5B 30
Octal 277 13 352 22 137 0 10 440 133 60
Binary 10111111 1011 11101010 10010 1011111 0 1000 100100000 1011011 110000

Color Harmonies of #BF0BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BEA

Black with #BF0BEA

Text Example


Text Example

White with #BF0BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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