Html Css Color HEX #BD247E Medium Red Violet

📋 copy color: '#BD247E'

red 189 ◦ green 36 ◦ blue 126

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

Shades of Medium Red Violet #BD247E

Tints of Medium Red Violet #BD247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.9%

R = 53.85%
G = 10.26%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD247E (or 0xBD247E) is known color: Medium Red Violet. HEX triplet: BD, 24 and 7E. RGB value is (189,36,126). Sum of RGB (Red+Green+Blue) = 189+36+126=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD247E is #42DB81. Grayscale: #5B5B5B. Windows color (decimal): -4381570 or 8266941. OLE color: 8266941.

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

Color convert

RGB 189 36 126 -
CMYK 0 0.81 0.33 0.26
HSL 324.71º 0.68% 0.44% -
HSV(B) 324.71º 0.81% 0.74% -
XYZ 25.38 13.59 21.02 -
YUV 92.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 189 36 126 0 0.81 0.33 0.26 324.71 0.68 0.44
Hex BD 24 7E 0 51 21 1A 145 44 2C
Octal 275 44 176 0 121 41 32 505 104 54
Binary 10111101 100100 1111110 0 1010001 100001 11010 101000101 1000100 101100

Color Harmonies of #BD247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD247E

Black with #BD247E

Text Example


Text Example

White with #BD247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD247E; }

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

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

background-color css

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

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

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

border-color css

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

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

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