Html Css Color HEX #BD0BBC Deep Magenta

📋 copy color: '#BD0BBC'

red 189 ◦ green 11 ◦ blue 188

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

Shades of Deep Magenta #BD0BBC

Tints of Deep Magenta #BD0BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 188 (73.83% from 255) = 48.45%

R = 48.71%
G = 2.84%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD0BBC (or 0xBD0BBC) is known color: Deep Magenta. HEX triplet: BD, 0B and BC. RGB value is (189,11,188). Sum of RGB (Red+Green+Blue) = 189+11+188=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BBC is #42F443. Grayscale: #535353. Windows color (decimal): -4387908 or 12323773. OLE color: 12323773.

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

Color convert

RGB 189 11 188 -
CMYK 0 0.94 0.01 0.26
HSL 300.34º 0.89% 0.39% -
HSV(B) 300.34º 0.94% 0.74% -
XYZ 30.18 14.69 48.82 -
YUV 84.4 186.47 202.61 -
System Red Green Blue C M Y K H S L
Decimal 189 11 188 0 0.94 0.01 0.26 300.34 0.89 0.39
Hex BD B BC 0 5E 1 1A 12C 59 27
Octal 275 13 274 0 136 1 32 454 131 47
Binary 10111101 1011 10111100 0 1011110 1 11010 100101100 1011001 100111

Color Harmonies of #BD0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0BBC

Black with #BD0BBC

Text Example


Text Example

White with #BD0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0BBC; }

 p { color: rgb(189,11,188); }

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

background-color css

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

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

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

border-color css

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

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

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