Html Css Color HEX #BD0F9E Medium Violet Red

📋 copy color: '#BD0F9E'

red 189 ◦ green 15 ◦ blue 158

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

Shades of Medium Violet Red #BD0F9E

Tints of Medium Violet Red #BD0F9E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.14%

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

R = 52.21%
G = 4.14%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD0F9E (or 0xBD0F9E) is known color: Medium Violet Red. HEX triplet: BD, 0F and 9E. RGB value is (189,15,158). Sum of RGB (Red+Green+Blue) = 189+15+158=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0F9E is #42F061. Grayscale: #525252. Windows color (decimal): -4386914 or 10358717. OLE color: 10358717.

HSL color Cylindrical-coordinate representation of color #BD0F9E: hue angle of 310.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0F9E is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 15 158 -
CMYK 0 0.92 0.16 0.26
HSL 310.69º 0.85% 0.4% -
HSV(B) 310.69º 0.92% 0.74% -
XYZ 27.33 13.63 33.54 -
YUV 83.33 170.15 203.37 -
System Red Green Blue C M Y K H S L
Decimal 189 15 158 0 0.92 0.16 0.26 310.69 0.85 0.4
Hex BD F 9E 0 5C 10 1A 137 55 28
Octal 275 17 236 0 134 20 32 467 125 50
Binary 10111101 1111 10011110 0 1011100 10000 11010 100110111 1010101 101000

Color Harmonies of #BD0F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F9E

Black with #BD0F9E

Text Example


Text Example

White with #BD0F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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