Html Css Color HEX #BD246A Medium Red Violet

📋 copy color: '#BD246A'

red 189 ◦ green 36 ◦ blue 106

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

Shades of Medium Red Violet #BD246A

Tints of Medium Red Violet #BD246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 57.1%
G = 10.88%
B = 32.02%

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

#BD246A (or 0xBD246A) is known color: Medium Red Violet. HEX triplet: BD, 24 and 6A. RGB value is (189,36,106). Sum of RGB (Red+Green+Blue) = 189+36+106=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD246A is #42DB95. Grayscale: #595959. Windows color (decimal): -4381590 or 6956221. OLE color: 6956221.

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

Color convert

RGB 189 36 106 -
CMYK 0 0.81 0.44 0.26
HSL 332.55º 0.68% 0.44% -
HSV(B) 332.55º 0.81% 0.74% -
XYZ 24.22 13.12 14.89 -
YUV 89.73 137.19 198.81 -
System Red Green Blue C M Y K H S L
Decimal 189 36 106 0 0.81 0.44 0.26 332.55 0.68 0.44
Hex BD 24 6A 0 51 2C 1A 14D 44 2C
Octal 275 44 152 0 121 54 32 515 104 54
Binary 10111101 100100 1101010 0 1010001 101100 11010 101001101 1000100 101100

Color Harmonies of #BD246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD246A

Black with #BD246A

Text Example


Text Example

White with #BD246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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