Html Css Color HEX #BD07BE Deep Magenta

📋 copy color: '#BD07BE'

red 189 ◦ green 7 ◦ blue 190

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

Shades of Deep Magenta #BD07BE

Tints of Deep Magenta #BD07BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 48.96%
G = 1.81%
B = 49.22%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD07BE (or 0xBD07BE) is known color: Deep Magenta. HEX triplet: BD, 07 and BE. RGB value is (189,7,190). Sum of RGB (Red+Green+Blue) = 189+7+190=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07BE is #42F841. Grayscale: #515151. Windows color (decimal): -4388930 or 12453821. OLE color: 12453821.

HSL color Cylindrical-coordinate representation of color #BD07BE: hue angle of 299.67º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD07BE is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 7 190 -
CMYK 0.01 0.96 0 0.25
HSL 299.67º 0.93% 0.39% -
HSV(B) 299.67º 0.96% 0.75% -
XYZ 30.36 14.69 49.95 -
YUV 82.28 188.8 204.12 -
System Red Green Blue C M Y K H S L
Decimal 189 7 190 0.01 0.96 0 0.25 299.67 0.93 0.39
Hex BD 7 BE 1 60 0 19 12C 5D 27
Octal 275 7 276 1 140 0 31 454 135 47
Binary 10111101 111 10111110 1 1100000 0 11001 100101100 1011101 100111

Color Harmonies of #BD07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD07BE

Black with #BD07BE

Text Example


Text Example

White with #BD07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD07BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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