Html Css Color HEX #BD279D Medium Red Violet

📋 copy color: '#BD279D'

red 189 ◦ green 39 ◦ blue 157

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

Shades of Medium Red Violet #BD279D

Tints of Medium Red Violet #BD279D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 49.09%
G = 10.13%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD279D (or 0xBD279D) is known color: Medium Red Violet. HEX triplet: BD, 27 and 9D. RGB value is (189,39,157). Sum of RGB (Red+Green+Blue) = 189+39+157=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD279D is #42D862. Grayscale: #606060. Windows color (decimal): -4380771 or 10299325. OLE color: 10299325.

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

Color convert

RGB 189 39 157 -
CMYK 0 0.79 0.17 0.26
HSL 312.8º 0.66% 0.45% -
HSV(B) 312.8º 0.79% 0.74% -
XYZ 27.8 14.7 33.27 -
YUV 97.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 189 39 157 0 0.79 0.17 0.26 312.8 0.66 0.45
Hex BD 27 9D 0 4F 11 1A 139 42 2D
Octal 275 47 235 0 117 21 32 471 102 55
Binary 10111101 100111 10011101 0 1001111 10001 11010 100111001 1000010 101101

Color Harmonies of #BD279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD279D

Black with #BD279D

Text Example


Text Example

White with #BD279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD279D; }

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

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

background-color css

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

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

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

border-color css

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

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

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