Html Css Color HEX #BD238C Medium Red Violet

📋 copy color: '#BD238C'

red 189 ◦ green 35 ◦ blue 140

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

Shades of Medium Red Violet #BD238C

Tints of Medium Red Violet #BD238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.46%

R = 51.92%
G = 9.62%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD238C (or 0xBD238C) is known color: Medium Red Violet. HEX triplet: BD, 23 and 8C. RGB value is (189,35,140). Sum of RGB (Red+Green+Blue) = 189+35+140=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD238C is #42DC73. Grayscale: #5C5C5C. Windows color (decimal): -4381812 or 9184189. OLE color: 9184189.

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

Color convert

RGB 189 35 140 -
CMYK 0 0.81 0.26 0.26
HSL 319.09º 0.69% 0.44% -
HSV(B) 319.09º 0.81% 0.74% -
XYZ 26.32 13.91 26.11 -
YUV 93.02 154.52 196.46 -
System Red Green Blue C M Y K H S L
Decimal 189 35 140 0 0.81 0.26 0.26 319.09 0.69 0.44
Hex BD 23 8C 0 51 1A 1A 13F 45 2C
Octal 275 43 214 0 121 32 32 477 105 54
Binary 10111101 100011 10001100 0 1010001 11010 11010 100111111 1000101 101100

Color Harmonies of #BD238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD238C

Black with #BD238C

Text Example


Text Example

White with #BD238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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