Html Css Color HEX #BD1275 Medium Violet Red

📋 copy color: '#BD1275'

red 189 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #BD1275

Tints of Medium Violet Red #BD1275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

 BLUE value IS 117 (46.09% from 255) = 36.11%

R = 58.33%
G = 5.56%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD1275 (or 0xBD1275) is known color: Medium Violet Red. HEX triplet: BD, 12 and 75. RGB value is (189,18,117). Sum of RGB (Red+Green+Blue) = 189+18+117=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1275 is #42ED8A. Grayscale: #505050. Windows color (decimal): -4386187 or 7672509. OLE color: 7672509.

HSL color Cylindrical-coordinate representation of color #BD1275: hue angle of 325.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1275 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 117 -
CMYK 0 0.90 0.38 0.26
HSL 325.26º 0.83% 0.41% -
HSV(B) 325.26º 0.9% 0.74% -
XYZ 24.41 12.54 17.96 -
YUV 80.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 189 18 117 0 0.90 0.38 0.26 325.26 0.83 0.41
Hex BD 12 75 0 5A 26 1A 145 53 29
Octal 275 22 165 0 132 46 32 505 123 51
Binary 10111101 10010 1110101 0 1011010 100110 11010 101000101 1010011 101001

Color Harmonies of #BD1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1275

Black with #BD1275

Text Example


Text Example

White with #BD1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1275; }

 p { color: rgb(189,18,117); }

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

background-color css

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

 a { background-color: rgb(189,18,117); }

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

border-color css

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

 span { border-color: rgb(189,18,117); }

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