Html Css Color HEX #BD236D Medium Red Violet

📋 copy color: '#BD236D'

red 189 ◦ green 35 ◦ blue 109

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

Shades of Medium Red Violet #BD236D

Tints of Medium Red Violet #BD236D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 56.76%
G = 10.51%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD236D (or 0xBD236D) is known color: Medium Red Violet. HEX triplet: BD, 23 and 6D. RGB value is (189,35,109). Sum of RGB (Red+Green+Blue) = 189+35+109=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD236D is #42DC92. Grayscale: #595959. Windows color (decimal): -4381843 or 7152573. OLE color: 7152573.

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

Color convert

RGB 189 35 109 -
CMYK 0 0.81 0.42 0.26
HSL 331.17º 0.69% 0.44% -
HSV(B) 331.17º 0.81% 0.74% -
XYZ 24.35 13.13 15.72 -
YUV 89.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 189 35 109 0 0.81 0.42 0.26 331.17 0.69 0.44
Hex BD 23 6D 0 51 2A 1A 14B 45 2C
Octal 275 43 155 0 121 52 32 513 105 54
Binary 10111101 100011 1101101 0 1010001 101010 11010 101001011 1000101 101100

Color Harmonies of #BD236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD236D

Black with #BD236D

Text Example


Text Example

White with #BD236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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