Html Css Color HEX #BD08BB Deep Magenta

📋 copy color: '#BD08BB'

red 189 ◦ green 8 ◦ blue 187

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

Shades of Deep Magenta #BD08BB

Tints of Deep Magenta #BD08BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 49.22%
G = 2.08%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD08BB (or 0xBD08BB) is known color: Deep Magenta. HEX triplet: BD, 08 and BB. RGB value is (189,8,187). Sum of RGB (Red+Green+Blue) = 189+8+187=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD08BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08BB is #42F744. Grayscale: #515151. Windows color (decimal): -4388677 or 12257469. OLE color: 12257469.

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

Color convert

RGB 189 8 187 -
CMYK 0 0.96 0.01 0.26
HSL 300.66º 0.92% 0.39% -
HSV(B) 300.66º 0.96% 0.74% -
XYZ 30.04 14.58 48.24 -
YUV 82.53 186.97 203.95 -
System Red Green Blue C M Y K H S L
Decimal 189 8 187 0 0.96 0.01 0.26 300.66 0.92 0.39
Hex BD 8 BB 0 60 1 1A 12D 5C 27
Octal 275 10 273 0 140 1 32 455 134 47
Binary 10111101 1000 10111011 0 1100000 1 11010 100101101 1011100 100111

Color Harmonies of #BD08BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD08BB

Black with #BD08BB

Text Example


Text Example

White with #BD08BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD08BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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