Html Css Color HEX #BD07BD Deep Magenta

📋 copy color: '#BD07BD'

red 189 ◦ green 7 ◦ blue 189

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

Shades of Deep Magenta #BD07BD

Tints of Deep Magenta #BD07BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.82%

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

R = 49.09%
G = 1.82%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD07BD (or 0xBD07BD) is known color: Deep Magenta. HEX triplet: BD, 07 and BD. RGB value is (189,7,189). Sum of RGB (Red+Green+Blue) = 189+7+189=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD07BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07BD is #42F842. Grayscale: #515151. Windows color (decimal): -4388931 or 12388285. OLE color: 12388285.

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

Color convert

RGB 189 7 189 -
CMYK 0 0.96 0 0.26
HSL 300º 0.93% 0.38% -
HSV(B) 300º 0.96% 0.74% -
XYZ 30.25 14.64 49.38 -
YUV 82.17 188.3 204.2 -
System Red Green Blue C M Y K H S L
Decimal 189 7 189 0 0.96 0 0.26 300 0.93 0.38
Hex BD 7 BD 0 60 0 1A 12C 5D 26
Octal 275 7 275 0 140 0 32 454 135 46
Binary 10111101 111 10111101 0 1100000 0 11010 100101100 1011101 100110

Color Harmonies of #BD07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07BD

Black with #BD07BD

Text Example


Text Example

White with #BD07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07BD; }

 p { color: rgb(189,7,189); }

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

background-color css

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

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

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

border-color css

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

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

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