Html Css Color HEX #BF09BC Deep Magenta

📋 copy color: '#BF09BC'

red 191 ◦ green 9 ◦ blue 188

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

Shades of Deep Magenta #BF09BC

Tints of Deep Magenta #BF09BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 49.23%
G = 2.32%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF09BC (or 0xBF09BC) is known color: Deep Magenta. HEX triplet: BF, 09 and BC. RGB value is (191,9,188). Sum of RGB (Red+Green+Blue) = 191+9+188=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09BC is #40F643. Grayscale: #535353. Windows color (decimal): -4257348 or 12323263. OLE color: 12323263.

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

Color convert

RGB 191 9 188 -
CMYK 0 0.95 0.02 0.25
HSL 300.99º 0.91% 0.39% -
HSV(B) 300.99º 0.95% 0.75% -
XYZ 30.66 14.9 48.84 -
YUV 83.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 191 9 188 0 0.95 0.02 0.25 300.99 0.91 0.39
Hex BF 9 BC 0 5F 2 19 12D 5B 27
Octal 277 11 274 0 137 2 31 455 133 47
Binary 10111111 1001 10111100 0 1011111 10 11001 100101101 1011011 100111

Color Harmonies of #BF09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09BC

Black with #BF09BC

Text Example


Text Example

White with #BF09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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