Html Css Color HEX #BD0B9B Medium Violet Red

📋 copy color: '#BD0B9B'

red 189 ◦ green 11 ◦ blue 155

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

Shades of Medium Violet Red #BD0B9B

Tints of Medium Violet Red #BD0B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 53.24%
G = 3.1%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD0B9B (or 0xBD0B9B) is known color: Medium Violet Red. HEX triplet: BD, 0B and 9B. RGB value is (189,11,155). Sum of RGB (Red+Green+Blue) = 189+11+155=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0B9B is #42F464. Grayscale: #505050. Windows color (decimal): -4387941 or 10161085. OLE color: 10161085.

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

Color convert

RGB 189 11 155 -
CMYK 0 0.94 0.18 0.26
HSL 311.46º 0.89% 0.39% -
HSV(B) 311.46º 0.94% 0.74% -
XYZ 27.02 13.42 32.18 -
YUV 80.64 169.97 205.29 -
System Red Green Blue C M Y K H S L
Decimal 189 11 155 0 0.94 0.18 0.26 311.46 0.89 0.39
Hex BD B 9B 0 5E 12 1A 137 59 27
Octal 275 13 233 0 136 22 32 467 131 47
Binary 10111101 1011 10011011 0 1011110 10010 11010 100110111 1011001 100111

Color Harmonies of #BD0B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0B9B

Black with #BD0B9B

Text Example


Text Example

White with #BD0B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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