Html Css Color HEX #BD2788 Medium Red Violet

📋 copy color: '#BD2788'

red 189 ◦ green 39 ◦ blue 136

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

Shades of Medium Red Violet #BD2788

Tints of Medium Red Violet #BD2788

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

 BLUE value IS 136 (53.52% from 255) = 37.36%

R = 51.92%
G = 10.71%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD2788 (or 0xBD2788) is known color: Medium Red Violet. HEX triplet: BD, 27 and 88. RGB value is (189,39,136). Sum of RGB (Red+Green+Blue) = 189+39+136=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2788 is #42D877. Grayscale: #5E5E5E. Windows color (decimal): -4380792 or 8923069. OLE color: 8923069.

HSL color Cylindrical-coordinate representation of color #BD2788: hue angle of 321.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2788 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 136 -
CMYK 0 0.79 0.28 0.26
HSL 321.2º 0.66% 0.45% -
HSV(B) 321.2º 0.79% 0.74% -
XYZ 26.16 14.05 24.63 -
YUV 94.91 151.2 195.11 -
System Red Green Blue C M Y K H S L
Decimal 189 39 136 0 0.79 0.28 0.26 321.2 0.66 0.45
Hex BD 27 88 0 4F 1C 1A 141 42 2D
Octal 275 47 210 0 117 34 32 501 102 55
Binary 10111101 100111 10001000 0 1001111 11100 11010 101000001 1000010 101101

Color Harmonies of #BD2788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2788

Black with #BD2788

Text Example


Text Example

White with #BD2788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2788; }

 p { color: rgb(189,39,136); }

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

background-color css

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

 a { background-color: rgb(189,39,136); }

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

border-color css

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

 span { border-color: rgb(189,39,136); }

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