Html Css Color HEX #BD00C4 Deep Magenta

📋 copy color: '#BD00C4'

red 189 ◦ green 0 ◦ blue 196

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

Shades of Deep Magenta #BD00C4

Tints of Deep Magenta #BD00C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.91%

R = 49.09%
G = 0%
B = 50.91%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD00C4 (or 0xBD00C4) is known color: Deep Magenta. HEX triplet: BD, 00 and C4. RGB value is (189,0,196). Sum of RGB (Red+Green+Blue) = 189+0+196=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD00C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00C4 is #42FF3B. Grayscale: #4E4E4E. Windows color (decimal): -4390716 or 12845245. OLE color: 12845245.

HSL color Cylindrical-coordinate representation of color #BD00C4: hue angle of 297.86º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00C4 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 0 196 -
CMYK 0.04 1 0 0.23
HSL 297.86º 1% 0.38% -
HSV(B) 297.86º 1% 0.77% -
XYZ 30.95 14.8 53.45 -
YUV 78.86 194.12 206.56 -
System Red Green Blue C M Y K H S L
Decimal 189 0 196 0.04 1 0 0.23 297.86 1 0.38
Hex BD 0 C4 4 64 0 17 12A 64 26
Octal 275 0 304 4 144 0 27 452 144 46
Binary 10111101 0 11000100 100 1100100 0 10111 100101010 1100100 100110

Color Harmonies of #BD00C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00C4

Black with #BD00C4

Text Example


Text Example

White with #BD00C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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