Html Css Color HEX #BD236C Medium Red Violet

📋 copy color: '#BD236C'

red 189 ◦ green 35 ◦ blue 108

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

Shades of Medium Red Violet #BD236C

Tints of Medium Red Violet #BD236C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 56.93%
G = 10.54%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD236C (or 0xBD236C) is known color: Medium Red Violet. HEX triplet: BD, 23 and 6C. RGB value is (189,35,108). Sum of RGB (Red+Green+Blue) = 189+35+108=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD236C is #42DC93. Grayscale: #595959. Windows color (decimal): -4381844 or 7087037. OLE color: 7087037.

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

Color convert

RGB 189 35 108 -
CMYK 0 0.81 0.43 0.26
HSL 331.56º 0.69% 0.44% -
HSV(B) 331.56º 0.81% 0.74% -
XYZ 24.29 13.1 15.44 -
YUV 89.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 189 35 108 0 0.81 0.43 0.26 331.56 0.69 0.44
Hex BD 23 6C 0 51 2B 1A 14C 45 2C
Octal 275 43 154 0 121 53 32 514 105 54
Binary 10111101 100011 1101100 0 1010001 101011 11010 101001100 1000101 101100

Color Harmonies of #BD236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD236C

Black with #BD236C

Text Example


Text Example

White with #BD236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD236C; }

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

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

background-color css

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

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

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

border-color css

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

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

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