Html Css Color HEX #BD2678 Medium Red Violet

📋 copy color: '#BD2678'

red 189 ◦ green 38 ◦ blue 120

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

Shades of Medium Red Violet #BD2678

Tints of Medium Red Violet #BD2678

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.95%

 BLUE value IS 120 (47.27% from 255) = 34.58%

R = 54.47%
G = 10.95%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2678 (or 0xBD2678) is known color: Medium Red Violet. HEX triplet: BD, 26 and 78. RGB value is (189,38,120). Sum of RGB (Red+Green+Blue) = 189+38+120=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2678 is #42D987. Grayscale: #5C5C5C. Windows color (decimal): -4381064 or 7874237. OLE color: 7874237.

HSL color Cylindrical-coordinate representation of color #BD2678: hue angle of 327.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2678 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 120 -
CMYK 0 0.80 0.37 0.26
HSL 327.42º 0.67% 0.45% -
HSV(B) 327.42º 0.8% 0.74% -
XYZ 25.07 13.56 19.07 -
YUV 92.5 143.53 196.83 -
System Red Green Blue C M Y K H S L
Decimal 189 38 120 0 0.80 0.37 0.26 327.42 0.67 0.45
Hex BD 26 78 0 50 25 1A 147 43 2D
Octal 275 46 170 0 120 45 32 507 103 55
Binary 10111101 100110 1111000 0 1010000 100101 11010 101000111 1000011 101101

Color Harmonies of #BD2678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2678

Black with #BD2678

Text Example


Text Example

White with #BD2678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2678; }

 p { color: rgb(189,38,120); }

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

background-color css

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

 a { background-color: rgb(189,38,120); }

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

border-color css

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

 span { border-color: rgb(189,38,120); }

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