Html Css Color HEX #BF00B5 Deep Magenta

📋 copy color: '#BF00B5'

red 191 ◦ green 0 ◦ blue 181

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

Shades of Deep Magenta #BF00B5

Tints of Deep Magenta #BF00B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.66%

R = 51.34%
G = 0%
B = 48.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF00B5 (or 0xBF00B5) is known color: Deep Magenta. HEX triplet: BF, 00 and B5. RGB value is (191,0,181). Sum of RGB (Red+Green+Blue) = 191+0+181=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00B5 is #40FF4A. Grayscale: #4D4D4D. Windows color (decimal): -4259659 or 11862207. OLE color: 11862207.

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

Color convert

RGB 191 0 181 -
CMYK 0 1 0.05 0.25
HSL 303.14º 1% 0.37% -
HSV(B) 303.14º 1% 0.75% -
XYZ 29.83 14.41 44.93 -
YUV 77.74 186.28 208.78 -
System Red Green Blue C M Y K H S L
Decimal 191 0 181 0 1 0.05 0.25 303.14 1 0.37
Hex BF 0 B5 0 64 5 19 12F 64 25
Octal 277 0 265 0 144 5 31 457 144 45
Binary 10111111 0 10110101 0 1100100 101 11001 100101111 1100100 100101

Color Harmonies of #BF00B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00B5

Black with #BF00B5

Text Example


Text Example

White with #BF00B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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