Html Css Color HEX #BF0BED Electric Purple

📋 copy color: '#BF0BED'

red 191 ◦ green 11 ◦ blue 237

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

Shades of Electric Purple #BF0BED

Tints of Electric Purple #BF0BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.99%

R = 43.51%
G = 2.51%
B = 53.99%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF0BED (or 0xBF0BED) is known color: Electric Purple. HEX triplet: BF, 0B and ED. RGB value is (191,11,237). Sum of RGB (Red+Green+Blue) = 191+11+237=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF0BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0BED is #40F412. Grayscale: #595959. Windows color (decimal): -4256787 or 15535039. OLE color: 15535039.

HSL color Cylindrical-coordinate representation of color #BF0BED: hue angle of 287.79º 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 #BF0BED is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 11 237 -
CMYK 0.19 0.95 0 0.07
HSL 287.79º 0.91% 0.49% -
HSV(B) 287.79º 0.95% 0.93% -
XYZ 36.89 17.43 81.54 -
YUV 90.58 210.63 199.62 -
System Red Green Blue C M Y K H S L
Decimal 191 11 237 0.19 0.95 0 0.07 287.79 0.91 0.49
Hex BF B ED 13 5F 0 7 120 5B 31
Octal 277 13 355 23 137 0 7 440 133 61
Binary 10111111 1011 11101101 10011 1011111 0 111 100100000 1011011 110001

Color Harmonies of #BF0BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0BED

Black with #BF0BED

Text Example


Text Example

White with #BF0BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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