Html Css Color HEX #BF09BA Deep Magenta

📋 copy color: '#BF09BA'

red 191 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #BF09BA

Tints of Deep Magenta #BF09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 49.48%
G = 2.33%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF09BA (or 0xBF09BA) is known color: Deep Magenta. HEX triplet: BF, 09 and BA. RGB value is (191,9,186). Sum of RGB (Red+Green+Blue) = 191+9+186=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BF09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09BA is #40F645. Grayscale: #535353. Windows color (decimal): -4257350 or 12192191. OLE color: 12192191.

HSL color Cylindrical-coordinate representation of color #BF09BA: hue angle of 301.65º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF09BA is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 9 186 -
CMYK 0 0.95 0.03 0.25
HSL 301.65º 0.91% 0.39% -
HSV(B) 301.65º 0.95% 0.75% -
XYZ 30.45 14.82 47.71 -
YUV 83.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 191 9 186 0 0.95 0.03 0.25 301.65 0.91 0.39
Hex BF 9 BA 0 5F 3 19 12E 5B 27
Octal 277 11 272 0 137 3 31 456 133 47
Binary 10111111 1001 10111010 0 1011111 11 11001 100101110 1011011 100111

Color Harmonies of #BF09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09BA

Black with #BF09BA

Text Example


Text Example

White with #BF09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09BA; }

 p { color: rgb(191,9,186); }

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

background-color css

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

 a { background-color: rgb(191,9,186); }

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

border-color css

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

 span { border-color: rgb(191,9,186); }

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