Html Css Color HEX #BD00B2 Deep Magenta

📋 copy color: '#BD00B2'

red 189 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #BD00B2

Tints of Deep Magenta #BD00B2

RGB

 RED value IS 189 (74.22% from 255) = 51.5%

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

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

R = 51.5%
G = 0%
B = 48.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD00B2 (or 0xBD00B2) is known color: Deep Magenta. HEX triplet: BD, 00 and B2. RGB value is (189,0,178). Sum of RGB (Red+Green+Blue) = 189+0+178=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD00B2 is #42FF4D. Grayscale: #4C4C4C. Windows color (decimal): -4390734 or 11665597. OLE color: 11665597.

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

Color convert

RGB 189 0 178 -
CMYK 0 1 0.06 0.26
HSL 303.49º 1% 0.37% -
HSV(B) 303.49º 1% 0.74% -
XYZ 29.02 14.03 43.3 -
YUV 76.8 185.12 208.03 -
System Red Green Blue C M Y K H S L
Decimal 189 0 178 0 1 0.06 0.26 303.49 1 0.37
Hex BD 0 B2 0 64 6 1A 12F 64 25
Octal 275 0 262 0 144 6 32 457 144 45
Binary 10111101 0 10110010 0 1100100 110 11010 100101111 1100100 100101

Color Harmonies of #BD00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00B2

Black with #BD00B2

Text Example


Text Example

White with #BD00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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