Html Css Color HEX #BD238D Medium Red Violet

📋 copy color: '#BD238D'

red 189 ◦ green 35 ◦ blue 141

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

Shades of Medium Red Violet #BD238D

Tints of Medium Red Violet #BD238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.63%

R = 51.78%
G = 9.59%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD238D (or 0xBD238D) is known color: Medium Red Violet. HEX triplet: BD, 23 and 8D. RGB value is (189,35,141). Sum of RGB (Red+Green+Blue) = 189+35+141=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD238D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD238D is #42DC72. Grayscale: #5C5C5C. Windows color (decimal): -4381811 or 9249725. OLE color: 9249725.

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

Color convert

RGB 189 35 141 -
CMYK 0 0.81 0.25 0.26
HSL 318.7º 0.69% 0.44% -
HSV(B) 318.7º 0.81% 0.74% -
XYZ 26.4 13.94 26.5 -
YUV 93.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 189 35 141 0 0.81 0.25 0.26 318.7 0.69 0.44
Hex BD 23 8D 0 51 19 1A 13F 45 2C
Octal 275 43 215 0 121 31 32 477 105 54
Binary 10111101 100011 10001101 0 1010001 11001 11010 100111111 1000101 101100

Color Harmonies of #BD238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD238D

Black with #BD238D

Text Example


Text Example

White with #BD238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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