Html Css Color HEX #BD2469 Medium Red Violet

📋 copy color: '#BD2469'

red 189 ◦ green 36 ◦ blue 105

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

Shades of Medium Red Violet #BD2469

Tints of Medium Red Violet #BD2469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 57.27%
G = 10.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD2469 (or 0xBD2469) is known color: Medium Red Violet. HEX triplet: BD, 24 and 69. RGB value is (189,36,105). Sum of RGB (Red+Green+Blue) = 189+36+105=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2469 is #42DB96. Grayscale: #595959. Windows color (decimal): -4381591 or 6890685. OLE color: 6890685.

HSL color Cylindrical-coordinate representation of color #BD2469: hue angle of 332.94º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2469 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 36 105 -
CMYK 0 0.81 0.44 0.26
HSL 332.94º 0.68% 0.44% -
HSV(B) 332.94º 0.81% 0.74% -
XYZ 24.17 13.1 14.62 -
YUV 89.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 189 36 105 0 0.81 0.44 0.26 332.94 0.68 0.44
Hex BD 24 69 0 51 2C 1A 14D 44 2C
Octal 275 44 151 0 121 54 32 515 104 54
Binary 10111101 100100 1101001 0 1010001 101100 11010 101001101 1000100 101100

Color Harmonies of #BD2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2469

Black with #BD2469

Text Example


Text Example

White with #BD2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2469; }

 p { color: rgb(189,36,105); }

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

background-color css

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

 a { background-color: rgb(189,36,105); }

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

border-color css

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

 span { border-color: rgb(189,36,105); }

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