Html Css Color HEX #BD259E Medium Red Violet

📋 copy color: '#BD259E'

red 189 ◦ green 37 ◦ blue 158

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

Shades of Medium Red Violet #BD259E

Tints of Medium Red Violet #BD259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 49.22%
G = 9.64%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD259E (or 0xBD259E) is known color: Medium Red Violet. HEX triplet: BD, 25 and 9E. RGB value is (189,37,158). Sum of RGB (Red+Green+Blue) = 189+37+158=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD259E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD259E is #42DA61. Grayscale: #5F5F5F. Windows color (decimal): -4381282 or 10364349. OLE color: 10364349.

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

Color convert

RGB 189 37 158 -
CMYK 0 0.80 0.16 0.26
HSL 312.24º 0.67% 0.44% -
HSV(B) 312.24º 0.8% 0.74% -
XYZ 27.82 14.61 33.7 -
YUV 96.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 189 37 158 0 0.80 0.16 0.26 312.24 0.67 0.44
Hex BD 25 9E 0 50 10 1A 138 43 2C
Octal 275 45 236 0 120 20 32 470 103 54
Binary 10111101 100101 10011110 0 1010000 10000 11010 100111000 1000011 101100

Color Harmonies of #BD259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD259E

Black with #BD259E

Text Example


Text Example

White with #BD259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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