Html Css Color HEX #BD238B Medium Red Violet

📋 copy color: '#BD238B'

red 189 ◦ green 35 ◦ blue 139

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

Shades of Medium Red Violet #BD238B

Tints of Medium Red Violet #BD238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 52.07%
G = 9.64%
B = 38.29%

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

#BD238B (or 0xBD238B) is known color: Medium Red Violet. HEX triplet: BD, 23 and 8B. RGB value is (189,35,139). Sum of RGB (Red+Green+Blue) = 189+35+139=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD238B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD238B is #42DC74. Grayscale: #5C5C5C. Windows color (decimal): -4381813 or 9118653. OLE color: 9118653.

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

Color convert

RGB 189 35 139 -
CMYK 0 0.81 0.26 0.26
HSL 319.48º 0.69% 0.44% -
HSV(B) 319.48º 0.81% 0.74% -
XYZ 26.25 13.88 25.72 -
YUV 92.9 154.02 196.54 -
System Red Green Blue C M Y K H S L
Decimal 189 35 139 0 0.81 0.26 0.26 319.48 0.69 0.44
Hex BD 23 8B 0 51 1A 1A 13F 45 2C
Octal 275 43 213 0 121 32 32 477 105 54
Binary 10111101 100011 10001011 0 1010001 11010 11010 100111111 1000101 101100

Color Harmonies of #BD238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD238B

Black with #BD238B

Text Example


Text Example

White with #BD238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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