Html Css Color HEX #BD276B Medium Red Violet

📋 copy color: '#BD276B'

red 189 ◦ green 39 ◦ blue 107

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

Shades of Medium Red Violet #BD276B

Tints of Medium Red Violet #BD276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 56.42%
G = 11.64%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD276B (or 0xBD276B) is known color: Medium Red Violet. HEX triplet: BD, 27 and 6B. RGB value is (189,39,107). Sum of RGB (Red+Green+Blue) = 189+39+107=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD276B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD276B is #42D894. Grayscale: #5B5B5B. Windows color (decimal): -4380821 or 7022525. OLE color: 7022525.

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

Color convert

RGB 189 39 107 -
CMYK 0 0.79 0.43 0.26
HSL 332.8º 0.66% 0.45% -
HSV(B) 332.8º 0.79% 0.74% -
XYZ 24.37 13.33 15.2 -
YUV 91.6 136.7 197.47 -
System Red Green Blue C M Y K H S L
Decimal 189 39 107 0 0.79 0.43 0.26 332.8 0.66 0.45
Hex BD 27 6B 0 4F 2B 1A 14D 42 2D
Octal 275 47 153 0 117 53 32 515 102 55
Binary 10111101 100111 1101011 0 1001111 101011 11010 101001101 1000010 101101

Color Harmonies of #BD276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD276B

Black with #BD276B

Text Example


Text Example

White with #BD276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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