Html Css Color HEX #BD00BA Deep Magenta

📋 copy color: '#BD00BA'

red 189 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #BD00BA

Tints of Deep Magenta #BD00BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.6%

R = 50.4%
G = 0%
B = 49.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD00BA (or 0xBD00BA) is known color: Deep Magenta. HEX triplet: BD, 00 and BA. RGB value is (189,0,186). Sum of RGB (Red+Green+Blue) = 189+0+186=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00BA is #42FF45. Grayscale: #4D4D4D. Windows color (decimal): -4390726 or 12189885. OLE color: 12189885.

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

Color convert

RGB 189 0 186 -
CMYK 0 1 0.02 0.26
HSL 300.95º 1% 0.37% -
HSV(B) 300.95º 1% 0.74% -
XYZ 29.85 14.36 47.65 -
YUV 77.72 189.12 207.38 -
System Red Green Blue C M Y K H S L
Decimal 189 0 186 0 1 0.02 0.26 300.95 1 0.37
Hex BD 0 BA 0 64 2 1A 12D 64 25
Octal 275 0 272 0 144 2 32 455 144 45
Binary 10111101 0 10111010 0 1100100 10 11010 100101101 1100100 100101

Color Harmonies of #BD00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00BA

Black with #BD00BA

Text Example


Text Example

White with #BD00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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