Html Css Color HEX #BD1F6B Medium Violet Red

📋 copy color: '#BD1F6B'

red 189 ◦ green 31 ◦ blue 107

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

Shades of Medium Violet Red #BD1F6B

Tints of Medium Violet Red #BD1F6B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.48%

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

R = 57.8%
G = 9.48%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD1F6B (or 0xBD1F6B) is known color: Medium Violet Red. HEX triplet: BD, 1F and 6B. RGB value is (189,31,107). Sum of RGB (Red+Green+Blue) = 189+31+107=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 31 (12.5% from 255 or 9.48% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1F6B is #42E094. Grayscale: #565656. Windows color (decimal): -4382869 or 7020477. OLE color: 7020477.

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

Color convert

RGB 189 31 107 -
CMYK 0 0.84 0.43 0.26
HSL 331.14º 0.72% 0.43% -
HSV(B) 331.14º 0.84% 0.74% -
XYZ 24.13 12.86 15.12 -
YUV 86.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 189 31 107 0 0.84 0.43 0.26 331.14 0.72 0.43
Hex BD 1F 6B 0 54 2B 1A 14B 48 2B
Octal 275 37 153 0 124 53 32 513 110 53
Binary 10111101 11111 1101011 0 1010100 101011 11010 101001011 1001000 101011

Color Harmonies of #BD1F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F6B

Black with #BD1F6B

Text Example


Text Example

White with #BD1F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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