Html Css Color HEX #BD248A Medium Red Violet

📋 copy color: '#BD248A'

red 189 ◦ green 36 ◦ blue 138

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

Shades of Medium Red Violet #BD248A

Tints of Medium Red Violet #BD248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 52.07%
G = 9.92%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD248A (or 0xBD248A) is known color: Medium Red Violet. HEX triplet: BD, 24 and 8A. RGB value is (189,36,138). Sum of RGB (Red+Green+Blue) = 189+36+138=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD248A is #42DB75. Grayscale: #5D5D5D. Windows color (decimal): -4381558 or 9053373. OLE color: 9053373.

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

Color convert

RGB 189 36 138 -
CMYK 0 0.81 0.27 0.26
HSL 320º 0.68% 0.44% -
HSV(B) 320º 0.81% 0.74% -
XYZ 26.2 13.92 25.35 -
YUV 93.38 153.19 196.21 -
System Red Green Blue C M Y K H S L
Decimal 189 36 138 0 0.81 0.27 0.26 320 0.68 0.44
Hex BD 24 8A 0 51 1B 1A 140 44 2C
Octal 275 44 212 0 121 33 32 500 104 54
Binary 10111101 100100 10001010 0 1010001 11011 11010 101000000 1000100 101100

Color Harmonies of #BD248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD248A

Black with #BD248A

Text Example


Text Example

White with #BD248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD248A; }

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

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

background-color css

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

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

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

border-color css

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

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

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