Html Css Color HEX #BF00B0 Deep Magenta

📋 copy color: '#BF00B0'

red 191 ◦ green 0 ◦ blue 176

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

Shades of Deep Magenta #BF00B0

Tints of Deep Magenta #BF00B0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 176 (69.14% from 255) = 47.96%

R = 52.04%
G = 0%
B = 47.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF00B0 (or 0xBF00B0) is known color: Deep Magenta. HEX triplet: BF, 00 and B0. RGB value is (191,0,176). Sum of RGB (Red+Green+Blue) = 191+0+176=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00B0 is #40FF4F. Grayscale: #4C4C4C. Windows color (decimal): -4259664 or 11534527. OLE color: 11534527.

HSL color Cylindrical-coordinate representation of color #BF00B0: hue angle of 304.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00B0 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 0 176 -
CMYK 0 1 0.08 0.25
HSL 304.71º 1% 0.37% -
HSV(B) 304.71º 1% 0.75% -
XYZ 29.32 14.21 42.27 -
YUV 77.17 183.78 209.19 -
System Red Green Blue C M Y K H S L
Decimal 191 0 176 0 1 0.08 0.25 304.71 1 0.37
Hex BF 0 B0 0 64 8 19 131 64 25
Octal 277 0 260 0 144 10 31 461 144 45
Binary 10111111 0 10110000 0 1100100 1000 11001 100110001 1100100 100101

Color Harmonies of #BF00B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00B0

Black with #BF00B0

Text Example


Text Example

White with #BF00B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00B0; }

 p { color: rgb(191,0,176); }

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

background-color css

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

 a { background-color: rgb(191,0,176); }

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

border-color css

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

 span { border-color: rgb(191,0,176); }

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