Html Css Color HEX #BD08BD Deep Magenta

📋 copy color: '#BD08BD'

red 189 ◦ green 8 ◦ blue 189

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

Shades of Deep Magenta #BD08BD

Tints of Deep Magenta #BD08BD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.07%

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

R = 48.96%
G = 2.07%
B = 48.96%

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

#BD08BD (or 0xBD08BD) is known color: Deep Magenta. HEX triplet: BD, 08 and BD. RGB value is (189,8,189). Sum of RGB (Red+Green+Blue) = 189+8+189=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08BD is #42F742. Grayscale: #525252. Windows color (decimal): -4388675 or 12388541. OLE color: 12388541.

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

Color convert

RGB 189 8 189 -
CMYK 0 0.96 0 0.26
HSL 300º 0.92% 0.39% -
HSV(B) 300º 0.96% 0.74% -
XYZ 30.26 14.67 49.38 -
YUV 82.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 189 8 189 0 0.96 0 0.26 300 0.92 0.39
Hex BD 8 BD 0 60 0 1A 12C 5C 27
Octal 275 10 275 0 140 0 32 454 134 47
Binary 10111101 1000 10111101 0 1100000 0 11010 100101100 1011100 100111

Color Harmonies of #BD08BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD08BD

Black with #BD08BD

Text Example


Text Example

White with #BD08BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD08BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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