Html Css Color HEX #BD07DF Deep Magenta

📋 copy color: '#BD07DF'

red 189 ◦ green 7 ◦ blue 223

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

Shades of Deep Magenta #BD07DF

Tints of Deep Magenta #BD07DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.22%

R = 45.11%
G = 1.67%
B = 53.22%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD07DF (or 0xBD07DF) is known color: Deep Magenta. HEX triplet: BD, 07 and DF. RGB value is (189,7,223). Sum of RGB (Red+Green+Blue) = 189+7+223=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07DF is #42F820. Grayscale: #555555. Windows color (decimal): -4388897 or 14616509. OLE color: 14616509.

HSL color Cylindrical-coordinate representation of color #BD07DF: hue angle of 290.56º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD07DF is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 7 223 -
CMYK 0.15 0.97 0 0.13
HSL 290.56º 0.94% 0.45% -
HSV(B) 290.56º 0.97% 0.87% -
XYZ 34.38 16.3 71.15 -
YUV 86.04 205.3 201.44 -
System Red Green Blue C M Y K H S L
Decimal 189 7 223 0.15 0.97 0 0.13 290.56 0.94 0.45
Hex BD 7 DF F 61 0 D 123 5E 2D
Octal 275 7 337 17 141 0 15 443 136 55
Binary 10111101 111 11011111 1111 1100001 0 1101 100100011 1011110 101101

Color Harmonies of #BD07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07DF

Black with #BD07DF

Text Example


Text Example

White with #BD07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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