Html Css Color HEX #BD1BB4 Deep Magenta

📋 copy color: '#BD1BB4'

red 189 ◦ green 27 ◦ blue 180

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

Shades of Deep Magenta #BD1BB4

Tints of Deep Magenta #BD1BB4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

 BLUE value IS 180 (70.7% from 255) = 45.45%

R = 47.73%
G = 6.82%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD1BB4 (or 0xBD1BB4) is known color: Deep Magenta. HEX triplet: BD, 1B and B4. RGB value is (189,27,180). Sum of RGB (Red+Green+Blue) = 189+27+180=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 180 (70.70% from 255 or 45.45% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BB4 is #42E44B. Grayscale: #5C5C5C. Windows color (decimal): -4383820 or 11803581. OLE color: 11803581.

HSL color Cylindrical-coordinate representation of color #BD1BB4: hue angle of 303.33º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1BB4 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 180 -
CMYK 0 0.86 0.05 0.26
HSL 303.33º 0.75% 0.42% -
HSV(B) 303.33º 0.86% 0.74% -
XYZ 29.62 14.9 44.49 -
YUV 92.88 177.17 196.56 -
System Red Green Blue C M Y K H S L
Decimal 189 27 180 0 0.86 0.05 0.26 303.33 0.75 0.42
Hex BD 1B B4 0 56 5 1A 12F 4B 2A
Octal 275 33 264 0 126 5 32 457 113 52
Binary 10111101 11011 10110100 0 1010110 101 11010 100101111 1001011 101010

Color Harmonies of #BD1BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BB4

Black with #BD1BB4

Text Example


Text Example

White with #BD1BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BB4; }

 p { color: rgb(189,27,180); }

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

background-color css

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

 a { background-color: rgb(189,27,180); }

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

border-color css

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

 span { border-color: rgb(189,27,180); }

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