Html Css Color HEX #BD0CA0 Medium Violet Red

📋 copy color: '#BD0CA0'

red 189 ◦ green 12 ◦ blue 160

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

Shades of Medium Violet Red #BD0CA0

Tints of Medium Violet Red #BD0CA0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.32%

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 52.35%
G = 3.32%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD0CA0 (or 0xBD0CA0) is known color: Medium Violet Red. HEX triplet: BD, 0C and A0. RGB value is (189,12,160). Sum of RGB (Red+Green+Blue) = 189+12+160=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0CA0 is #42F35F. Grayscale: #515151. Windows color (decimal): -4387680 or 10489021. OLE color: 10489021.

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

Color convert

RGB 189 12 160 -
CMYK 0 0.94 0.15 0.26
HSL 309.83º 0.88% 0.39% -
HSV(B) 309.83º 0.94% 0.74% -
XYZ 27.46 13.62 34.44 -
YUV 81.8 172.14 204.47 -
System Red Green Blue C M Y K H S L
Decimal 189 12 160 0 0.94 0.15 0.26 309.83 0.88 0.39
Hex BD C A0 0 5E F 1A 136 58 27
Octal 275 14 240 0 136 17 32 466 130 47
Binary 10111101 1100 10100000 0 1011110 1111 11010 100110110 1011000 100111

Color Harmonies of #BD0CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0CA0

Black with #BD0CA0

Text Example


Text Example

White with #BD0CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0CA0; }

 p { color: rgb(189,12,160); }

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

background-color css

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

 a { background-color: rgb(189,12,160); }

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

border-color css

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

 span { border-color: rgb(189,12,160); }

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