Html Css Color HEX #BD1B6B Medium Violet Red

📋 copy color: '#BD1B6B'

red 189 ◦ green 27 ◦ blue 107

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

Shades of Medium Violet Red #BD1B6B

Tints of Medium Violet Red #BD1B6B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 58.51%
G = 8.36%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD1B6B (or 0xBD1B6B) is known color: Medium Violet Red. HEX triplet: BD, 1B and 6B. RGB value is (189,27,107). Sum of RGB (Red+Green+Blue) = 189+27+107=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B6B is #42E494. Grayscale: #545454. Windows color (decimal): -4383893 or 7019453. OLE color: 7019453.

HSL color Cylindrical-coordinate representation of color #BD1B6B: hue angle of 330.37º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B6B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 107 -
CMYK 0 0.86 0.43 0.26
HSL 330.37º 0.75% 0.42% -
HSV(B) 330.37º 0.86% 0.74% -
XYZ 24.03 12.66 15.09 -
YUV 84.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 189 27 107 0 0.86 0.43 0.26 330.37 0.75 0.42
Hex BD 1B 6B 0 56 2B 1A 14A 4B 2A
Octal 275 33 153 0 126 53 32 512 113 52
Binary 10111101 11011 1101011 0 1010110 101011 11010 101001010 1001011 101010

Color Harmonies of #BD1B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1B6B

Black with #BD1B6B

Text Example


Text Example

White with #BD1B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1B6B; }

 p { color: rgb(189,27,107); }

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

background-color css

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

 a { background-color: rgb(189,27,107); }

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

border-color css

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

 span { border-color: rgb(189,27,107); }

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