Html Css Color HEX #BD0B9F Medium Violet Red

📋 copy color: '#BD0B9F'

red 189 ◦ green 11 ◦ blue 159

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

Shades of Medium Violet Red #BD0B9F

Tints of Medium Violet Red #BD0B9F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 52.65%
G = 3.06%
B = 44.29%

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

#BD0B9F (or 0xBD0B9F) is known color: Medium Violet Red. HEX triplet: BD, 0B and 9F. RGB value is (189,11,159). Sum of RGB (Red+Green+Blue) = 189+11+159=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 11 (4.69% from 255 or 3.06% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0B9F is #42F460. Grayscale: #505050. Windows color (decimal): -4387937 or 10423229. OLE color: 10423229.

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

Color convert

RGB 189 11 159 -
CMYK 0 0.94 0.16 0.26
HSL 310.11º 0.89% 0.39% -
HSV(B) 310.11º 0.94% 0.74% -
XYZ 27.36 13.56 33.98 -
YUV 81.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 189 11 159 0 0.94 0.16 0.26 310.11 0.89 0.39
Hex BD B 9F 0 5E 10 1A 136 59 27
Octal 275 13 237 0 136 20 32 466 131 47
Binary 10111101 1011 10011111 0 1011110 10000 11010 100110110 1011001 100111

Color Harmonies of #BD0B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0B9F

Black with #BD0B9F

Text Example


Text Example

White with #BD0B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0B9F; }

 p { color: rgb(189,11,159); }

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

background-color css

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

 a { background-color: rgb(189,11,159); }

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

border-color css

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

 span { border-color: rgb(189,11,159); }

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