Html Css Color HEX #BD008A Medium Violet Red

📋 copy color: '#BD008A'

red 189 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #BD008A

Tints of Medium Violet Red #BD008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 57.8%
G = 0%
B = 42.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD008A (or 0xBD008A) is known color: Medium Violet Red. HEX triplet: BD, 00 and 8A. RGB value is (189,0,138). Sum of RGB (Red+Green+Blue) = 189+0+138=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD008A is #42FF75. Grayscale: #474747. Windows color (decimal): -4390774 or 9044157. OLE color: 9044157.

HSL color Cylindrical-coordinate representation of color #BD008A: hue angle of 316.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD008A is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 138 -
CMYK 0 1 0.27 0.26
HSL 316.19º 1% 0.37% -
HSV(B) 316.19º 1% 0.74% -
XYZ 25.57 12.65 25.14 -
YUV 72.24 165.12 211.28 -
System Red Green Blue C M Y K H S L
Decimal 189 0 138 0 1 0.27 0.26 316.19 1 0.37
Hex BD 0 8A 0 64 1B 1A 13C 64 25
Octal 275 0 212 0 144 33 32 474 144 45
Binary 10111101 0 10001010 0 1100100 11011 11010 100111100 1100100 100101

Color Harmonies of #BD008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD008A

Black with #BD008A

Text Example


Text Example

White with #BD008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD008A; }

 p { color: rgb(189,0,138); }

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

background-color css

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

 a { background-color: rgb(189,0,138); }

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

border-color css

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

 span { border-color: rgb(189,0,138); }

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