Html Css Color HEX #BD1692 Medium Violet Red

📋 copy color: '#BD1692'

red 189 ◦ green 22 ◦ blue 146

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

Shades of Medium Violet Red #BD1692

Tints of Medium Violet Red #BD1692

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.16%

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

R = 52.94%
G = 6.16%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD1692 (or 0xBD1692) is known color: Medium Violet Red. HEX triplet: BD, 16 and 92. RGB value is (189,22,146). Sum of RGB (Red+Green+Blue) = 189+22+146=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1692 is #42E96D. Grayscale: #555555. Windows color (decimal): -4385134 or 9574077. OLE color: 9574077.

HSL color Cylindrical-coordinate representation of color #BD1692: hue angle of 315.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1692 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 22 146 -
CMYK 0 0.88 0.23 0.26
HSL 315.45º 0.79% 0.41% -
HSV(B) 315.45º 0.88% 0.74% -
XYZ 26.46 13.47 28.4 -
YUV 86.07 161.83 201.42 -
System Red Green Blue C M Y K H S L
Decimal 189 22 146 0 0.88 0.23 0.26 315.45 0.79 0.41
Hex BD 16 92 0 58 17 1A 13B 4F 29
Octal 275 26 222 0 130 27 32 473 117 51
Binary 10111101 10110 10010010 0 1011000 10111 11010 100111011 1001111 101001

Color Harmonies of #BD1692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1692

Black with #BD1692

Text Example


Text Example

White with #BD1692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1692; }

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

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

background-color css

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

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

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

border-color css

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

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

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