Html Css Color HEX #BD05BB Deep Magenta

📋 copy color: '#BD05BB'

red 189 ◦ green 5 ◦ blue 187

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

Shades of Deep Magenta #BD05BB

Tints of Deep Magenta #BD05BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 49.61%
G = 1.31%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD05BB (or 0xBD05BB) is known color: Deep Magenta. HEX triplet: BD, 05 and BB. RGB value is (189,5,187). Sum of RGB (Red+Green+Blue) = 189+5+187=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD05BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD05BB is #42FA44. Grayscale: #505050. Windows color (decimal): -4389445 or 12256701. OLE color: 12256701.

HSL color Cylindrical-coordinate representation of color #BD05BB: hue angle of 300.65º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD05BB is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 187 -
CMYK 0 0.97 0.01 0.26
HSL 300.65º 0.95% 0.38% -
HSV(B) 300.65º 0.97% 0.74% -
XYZ 30.01 14.52 48.23 -
YUV 80.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 189 5 187 0 0.97 0.01 0.26 300.65 0.95 0.38
Hex BD 5 BB 0 61 1 1A 12D 5F 26
Octal 275 5 273 0 141 1 32 455 137 46
Binary 10111101 101 10111011 0 1100001 1 11010 100101101 1011111 100110

Color Harmonies of #BD05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD05BB

Black with #BD05BB

Text Example


Text Example

White with #BD05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD05BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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