Html Css Color HEX #BD2699 Medium Red Violet

📋 copy color: '#BD2699'

red 189 ◦ green 38 ◦ blue 153

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

Shades of Medium Red Violet #BD2699

Tints of Medium Red Violet #BD2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 49.74%
G = 10%
B = 40.26%

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

#BD2699 (or 0xBD2699) is known color: Medium Red Violet. HEX triplet: BD, 26 and 99. RGB value is (189,38,153). Sum of RGB (Red+Green+Blue) = 189+38+153=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2699 is #42D966. Grayscale: #5F5F5F. Windows color (decimal): -4381031 or 10036925. OLE color: 10036925.

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

Color convert

RGB 189 38 153 -
CMYK 0 0.80 0.19 0.26
HSL 314.3º 0.67% 0.45% -
HSV(B) 314.3º 0.8% 0.74% -
XYZ 27.43 14.5 31.49 -
YUV 96.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 189 38 153 0 0.80 0.19 0.26 314.3 0.67 0.45
Hex BD 26 99 0 50 13 1A 13A 43 2D
Octal 275 46 231 0 120 23 32 472 103 55
Binary 10111101 100110 10011001 0 1010000 10011 11010 100111010 1000011 101101

Color Harmonies of #BD2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2699

Black with #BD2699

Text Example


Text Example

White with #BD2699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2699; }

 p { color: rgb(189,38,153); }

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

background-color css

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

 a { background-color: rgb(189,38,153); }

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

border-color css

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

 span { border-color: rgb(189,38,153); }

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