Html Css Color HEX #BD237A Medium Red Violet

📋 copy color: '#BD237A'

red 189 ◦ green 35 ◦ blue 122

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

Shades of Medium Red Violet #BD237A

Tints of Medium Red Violet #BD237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

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

R = 54.62%
G = 10.12%
B = 35.26%

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

#BD237A (or 0xBD237A) is known color: Medium Red Violet. HEX triplet: BD, 23 and 7A. RGB value is (189,35,122). Sum of RGB (Red+Green+Blue) = 189+35+122=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD237A is #42DC85. Grayscale: #5A5A5A. Windows color (decimal): -4381830 or 8004541. OLE color: 8004541.

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

Color convert

RGB 189 35 122 -
CMYK 0 0.81 0.35 0.26
HSL 326.1º 0.69% 0.44% -
HSV(B) 326.1º 0.81% 0.74% -
XYZ 25.1 13.43 19.68 -
YUV 90.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 189 35 122 0 0.81 0.35 0.26 326.1 0.69 0.44
Hex BD 23 7A 0 51 23 1A 146 45 2C
Octal 275 43 172 0 121 43 32 506 105 54
Binary 10111101 100011 1111010 0 1010001 100011 11010 101000110 1000101 101100

Color Harmonies of #BD237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD237A

Black with #BD237A

Text Example


Text Example

White with #BD237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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