Html Css Color HEX #BD0C9E Medium Violet Red

📋 copy color: '#BD0C9E'

red 189 ◦ green 12 ◦ blue 158

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

Shades of Medium Violet Red #BD0C9E

Tints of Medium Violet Red #BD0C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.01%

R = 52.65%
G = 3.34%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD0C9E (or 0xBD0C9E) is known color: Medium Violet Red. HEX triplet: BD, 0C and 9E. RGB value is (189,12,158). Sum of RGB (Red+Green+Blue) = 189+12+158=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0C9E is #42F361. Grayscale: #515151. Windows color (decimal): -4387682 or 10357949. OLE color: 10357949.

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

Color convert

RGB 189 12 158 -
CMYK 0 0.94 0.16 0.26
HSL 310.51º 0.88% 0.39% -
HSV(B) 310.51º 0.94% 0.74% -
XYZ 27.29 13.55 33.52 -
YUV 81.57 171.14 204.63 -
System Red Green Blue C M Y K H S L
Decimal 189 12 158 0 0.94 0.16 0.26 310.51 0.88 0.39
Hex BD C 9E 0 5E 10 1A 137 58 27
Octal 275 14 236 0 136 20 32 467 130 47
Binary 10111101 1100 10011110 0 1011110 10000 11010 100110111 1011000 100111

Color Harmonies of #BD0C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C9E

Black with #BD0C9E

Text Example


Text Example

White with #BD0C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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