Html Css Color HEX #BD1298 Medium Violet Red

📋 copy color: '#BD1298'

red 189 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #BD1298

Tints of Medium Violet Red #BD1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 52.65%
G = 5.01%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD1298 (or 0xBD1298) is known color: Medium Violet Red. HEX triplet: BD, 12 and 98. RGB value is (189,18,152). Sum of RGB (Red+Green+Blue) = 189+18+152=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1298 is #42ED67. Grayscale: #545454. Windows color (decimal): -4386152 or 9966269. OLE color: 9966269.

HSL color Cylindrical-coordinate representation of color #BD1298: hue angle of 312.98º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1298 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 152 -
CMYK 0 0.90 0.20 0.26
HSL 312.98º 0.83% 0.41% -
HSV(B) 312.98º 0.9% 0.74% -
XYZ 26.87 13.52 30.9 -
YUV 84.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 189 18 152 0 0.90 0.20 0.26 312.98 0.83 0.41
Hex BD 12 98 0 5A 14 1A 139 53 29
Octal 275 22 230 0 132 24 32 471 123 51
Binary 10111101 10010 10011000 0 1011010 10100 11010 100111001 1010011 101001

Color Harmonies of #BD1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1298

Black with #BD1298

Text Example


Text Example

White with #BD1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1298; }

 p { color: rgb(189,18,152); }

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

background-color css

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

 a { background-color: rgb(189,18,152); }

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

border-color css

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

 span { border-color: rgb(189,18,152); }

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