Html Css Color HEX #BF00B2 Deep Magenta

📋 copy color: '#BF00B2'

red 191 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #BF00B2

Tints of Deep Magenta #BF00B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 51.76%
G = 0%
B = 48.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF00B2 (or 0xBF00B2) is known color: Deep Magenta. HEX triplet: BF, 00 and B2. RGB value is (191,0,178). Sum of RGB (Red+Green+Blue) = 191+0+178=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00B2 is #40FF4D. Grayscale: #4C4C4C. Windows color (decimal): -4259662 or 11665599. OLE color: 11665599.

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

Color convert

RGB 191 0 178 -
CMYK 0 1 0.07 0.25
HSL 304.08º 1% 0.37% -
HSV(B) 304.08º 1% 0.75% -
XYZ 29.52 14.29 43.32 -
YUV 77.4 184.78 209.03 -
System Red Green Blue C M Y K H S L
Decimal 191 0 178 0 1 0.07 0.25 304.08 1 0.37
Hex BF 0 B2 0 64 7 19 130 64 25
Octal 277 0 262 0 144 7 31 460 144 45
Binary 10111111 0 10110010 0 1100100 111 11001 100110000 1100100 100101

Color Harmonies of #BF00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00B2

Black with #BF00B2

Text Example


Text Example

White with #BF00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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