Html Css Color HEX #BD278A Medium Red Violet

📋 copy color: '#BD278A'

red 189 ◦ green 39 ◦ blue 138

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

Shades of Medium Red Violet #BD278A

Tints of Medium Red Violet #BD278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.7%

R = 51.64%
G = 10.66%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD278A (or 0xBD278A) is known color: Medium Red Violet. HEX triplet: BD, 27 and 8A. RGB value is (189,39,138). Sum of RGB (Red+Green+Blue) = 189+39+138=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD278A is #42D875. Grayscale: #5E5E5E. Windows color (decimal): -4380790 or 9054141. OLE color: 9054141.

HSL color Cylindrical-coordinate representation of color #BD278A: hue angle of 320.4º 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 #BD278A is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 138 -
CMYK 0 0.79 0.27 0.26
HSL 320.4º 0.66% 0.45% -
HSV(B) 320.4º 0.79% 0.74% -
XYZ 26.3 14.1 25.38 -
YUV 95.14 152.2 194.95 -
System Red Green Blue C M Y K H S L
Decimal 189 39 138 0 0.79 0.27 0.26 320.4 0.66 0.45
Hex BD 27 8A 0 4F 1B 1A 140 42 2D
Octal 275 47 212 0 117 33 32 500 102 55
Binary 10111101 100111 10001010 0 1001111 11011 11010 101000000 1000010 101101

Color Harmonies of #BD278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD278A

Black with #BD278A

Text Example


Text Example

White with #BD278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD278A; }

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

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

background-color css

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

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

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

border-color css

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

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

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