Html Css Color HEX #BD259A Medium Red Violet

📋 copy color: '#BD259A'

red 189 ◦ green 37 ◦ blue 154

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

Shades of Medium Red Violet #BD259A

Tints of Medium Red Violet #BD259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 49.74%
G = 9.74%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD259A (or 0xBD259A) is known color: Medium Red Violet. HEX triplet: BD, 25 and 9A. RGB value is (189,37,154). Sum of RGB (Red+Green+Blue) = 189+37+154=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD259A is #42DA65. Grayscale: #5F5F5F. Windows color (decimal): -4381286 or 10102205. OLE color: 10102205.

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

Color convert

RGB 189 37 154 -
CMYK 0 0.80 0.19 0.26
HSL 313.82º 0.67% 0.44% -
HSV(B) 313.82º 0.8% 0.74% -
XYZ 27.48 14.48 31.92 -
YUV 95.79 160.86 194.49 -
System Red Green Blue C M Y K H S L
Decimal 189 37 154 0 0.80 0.19 0.26 313.82 0.67 0.44
Hex BD 25 9A 0 50 13 1A 13A 43 2C
Octal 275 45 232 0 120 23 32 472 103 54
Binary 10111101 100101 10011010 0 1010000 10011 11010 100111010 1000011 101100

Color Harmonies of #BD259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD259A

Black with #BD259A

Text Example


Text Example

White with #BD259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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