Html Css Color HEX #BD2692 Medium Red Violet

📋 copy color: '#BD2692'

red 189 ◦ green 38 ◦ blue 146

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

Shades of Medium Red Violet #BD2692

Tints of Medium Red Violet #BD2692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 50.67%
G = 10.19%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD2692 (or 0xBD2692) is known color: Medium Red Violet. HEX triplet: BD, 26 and 92. RGB value is (189,38,146). Sum of RGB (Red+Green+Blue) = 189+38+146=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2692 is #42D96D. Grayscale: #5F5F5F. Windows color (decimal): -4381038 or 9578173. OLE color: 9578173.

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

Color convert

RGB 189 38 146 -
CMYK 0 0.80 0.23 0.26
HSL 317.09º 0.67% 0.45% -
HSV(B) 317.09º 0.8% 0.74% -
XYZ 26.87 14.28 28.53 -
YUV 95.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 189 38 146 0 0.80 0.23 0.26 317.09 0.67 0.45
Hex BD 26 92 0 50 17 1A 13D 43 2D
Octal 275 46 222 0 120 27 32 475 103 55
Binary 10111101 100110 10010010 0 1010000 10111 11010 100111101 1000011 101101

Color Harmonies of #BD2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2692

Black with #BD2692

Text Example


Text Example

White with #BD2692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2692; }

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

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

background-color css

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

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

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

border-color css

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

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

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