Html Css Color HEX #BD247A Medium Red Violet

📋 copy color: '#BD247A'

red 189 ◦ green 36 ◦ blue 122

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

Shades of Medium Red Violet #BD247A

Tints of Medium Red Violet #BD247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 54.47%
G = 10.37%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD247A (or 0xBD247A) is known color: Medium Red Violet. HEX triplet: BD, 24 and 7A. RGB value is (189,36,122). Sum of RGB (Red+Green+Blue) = 189+36+122=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD247A is #42DB85. Grayscale: #5B5B5B. Windows color (decimal): -4381574 or 8004797. OLE color: 8004797.

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

Color convert

RGB 189 36 122 -
CMYK 0 0.81 0.35 0.26
HSL 326.27º 0.68% 0.44% -
HSV(B) 326.27º 0.81% 0.74% -
XYZ 25.13 13.49 19.69 -
YUV 91.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 189 36 122 0 0.81 0.35 0.26 326.27 0.68 0.44
Hex BD 24 7A 0 51 23 1A 146 44 2C
Octal 275 44 172 0 121 43 32 506 104 54
Binary 10111101 100100 1111010 0 1010001 100011 11010 101000110 1000100 101100

Color Harmonies of #BD247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD247A

Black with #BD247A

Text Example


Text Example

White with #BD247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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