Html Css Color HEX #BD258C Medium Red Violet

📋 copy color: '#BD258C'

red 189 ◦ green 37 ◦ blue 140

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

Shades of Medium Red Violet #BD258C

Tints of Medium Red Violet #BD258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

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

R = 51.64%
G = 10.11%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD258C (or 0xBD258C) is known color: Medium Red Violet. HEX triplet: BD, 25 and 8C. RGB value is (189,37,140). Sum of RGB (Red+Green+Blue) = 189+37+140=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD258C is #42DA73. Grayscale: #5D5D5D. Windows color (decimal): -4381300 or 9184701. OLE color: 9184701.

HSL color Cylindrical-coordinate representation of color #BD258C: hue angle of 319.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD258C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 140 -
CMYK 0 0.80 0.26 0.26
HSL 319.34º 0.67% 0.44% -
HSV(B) 319.34º 0.8% 0.74% -
XYZ 26.38 14.04 26.13 -
YUV 94.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 189 37 140 0 0.80 0.26 0.26 319.34 0.67 0.44
Hex BD 25 8C 0 50 1A 1A 13F 43 2C
Octal 275 45 214 0 120 32 32 477 103 54
Binary 10111101 100101 10001100 0 1010000 11010 11010 100111111 1000011 101100

Color Harmonies of #BD258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD258C

Black with #BD258C

Text Example


Text Example

White with #BD258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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