Html Css Color HEX #BD08BA Deep Magenta

📋 copy color: '#BD08BA'

red 189 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #BD08BA

Tints of Deep Magenta #BD08BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 49.35%
G = 2.09%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD08BA (or 0xBD08BA) is known color: Deep Magenta. HEX triplet: BD, 08 and BA. RGB value is (189,8,186). Sum of RGB (Red+Green+Blue) = 189+8+186=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD08BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08BA is #42F745. Grayscale: #515151. Windows color (decimal): -4388678 or 12191933. OLE color: 12191933.

HSL color Cylindrical-coordinate representation of color #BD08BA: hue angle of 300.99º 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 #BD08BA is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 8 186 -
CMYK 0 0.96 0.02 0.26
HSL 300.99º 0.92% 0.39% -
HSV(B) 300.99º 0.96% 0.74% -
XYZ 29.94 14.54 47.68 -
YUV 82.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 189 8 186 0 0.96 0.02 0.26 300.99 0.92 0.39
Hex BD 8 BA 0 60 2 1A 12D 5C 27
Octal 275 10 272 0 140 2 32 455 134 47
Binary 10111101 1000 10111010 0 1100000 10 11010 100101101 1011100 100111

Color Harmonies of #BD08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD08BA

Black with #BD08BA

Text Example


Text Example

White with #BD08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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