Html Css Color HEX #BD2369 Medium Red Violet

📋 copy color: '#BD2369'

red 189 ◦ green 35 ◦ blue 105

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

Shades of Medium Red Violet #BD2369

Tints of Medium Red Violet #BD2369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 57.45%
G = 10.64%
B = 31.91%

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

#BD2369 (or 0xBD2369) is known color: Medium Red Violet. HEX triplet: BD, 23 and 69. RGB value is (189,35,105). Sum of RGB (Red+Green+Blue) = 189+35+105=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2369 is #42DC96. Grayscale: #585858. Windows color (decimal): -4381847 or 6890429. OLE color: 6890429.

HSL color Cylindrical-coordinate representation of color #BD2369: hue angle of 332.73º degrees, saturation: 0.69, 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 #BD2369 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 105 -
CMYK 0 0.81 0.44 0.26
HSL 332.73º 0.69% 0.44% -
HSV(B) 332.73º 0.81% 0.74% -
XYZ 24.14 13.04 14.61 -
YUV 89.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 189 35 105 0 0.81 0.44 0.26 332.73 0.69 0.44
Hex BD 23 69 0 51 2C 1A 14D 45 2C
Octal 275 43 151 0 121 54 32 515 105 54
Binary 10111101 100011 1101001 0 1010001 101100 11010 101001101 1000101 101100

Color Harmonies of #BD2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2369

Black with #BD2369

Text Example


Text Example

White with #BD2369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2369; }

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

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

background-color css

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

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

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

border-color css

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

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

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