Html Css Color HEX #BD0CB1 Deep Magenta

📋 copy color: '#BD0CB1'

red 189 ◦ green 12 ◦ blue 177

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

Shades of Deep Magenta #BD0CB1

Tints of Deep Magenta #BD0CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

 BLUE value IS 177 (69.53% from 255) = 46.83%

R = 50%
G = 3.17%
B = 46.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD0CB1 (or 0xBD0CB1) is known color: Deep Magenta. HEX triplet: BD, 0C and B1. RGB value is (189,12,177). Sum of RGB (Red+Green+Blue) = 189+12+177=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CB1 is #42F34E. Grayscale: #535353. Windows color (decimal): -4387663 or 11603133. OLE color: 11603133.

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

Color convert

RGB 189 12 177 -
CMYK 0 0.94 0.06 0.26
HSL 304.07º 0.88% 0.39% -
HSV(B) 304.07º 0.94% 0.74% -
XYZ 29.05 14.26 42.82 -
YUV 83.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 189 12 177 0 0.94 0.06 0.26 304.07 0.88 0.39
Hex BD C B1 0 5E 6 1A 130 58 27
Octal 275 14 261 0 136 6 32 460 130 47
Binary 10111101 1100 10110001 0 1011110 110 11010 100110000 1011000 100111

Color Harmonies of #BD0CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0CB1

Black with #BD0CB1

Text Example


Text Example

White with #BD0CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0CB1; }

 p { color: rgb(189,12,177); }

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

background-color css

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

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

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

border-color css

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

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

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