Html Css Color HEX #BD2468 Medium Red Violet

📋 copy color: '#BD2468'

red 189 ◦ green 36 ◦ blue 104

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

Shades of Medium Red Violet #BD2468

Tints of Medium Red Violet #BD2468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 57.45%
G = 10.94%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD2468 (or 0xBD2468) is known color: Medium Red Violet. HEX triplet: BD, 24 and 68. RGB value is (189,36,104). Sum of RGB (Red+Green+Blue) = 189+36+104=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2468 is #42DB97. Grayscale: #595959. Windows color (decimal): -4381592 or 6825149. OLE color: 6825149.

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

Color convert

RGB 189 36 104 -
CMYK 0 0.81 0.45 0.26
HSL 333.33º 0.68% 0.44% -
HSV(B) 333.33º 0.81% 0.74% -
XYZ 24.12 13.08 14.35 -
YUV 89.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 189 36 104 0 0.81 0.45 0.26 333.33 0.68 0.44
Hex BD 24 68 0 51 2D 1A 14D 44 2C
Octal 275 44 150 0 121 55 32 515 104 54
Binary 10111101 100100 1101000 0 1010001 101101 11010 101001101 1000100 101100

Color Harmonies of #BD2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2468

Black with #BD2468

Text Example


Text Example

White with #BD2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2468; }

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

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

background-color css

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

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

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

border-color css

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

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

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