Html Css Color HEX #BB407D Medium Red Violet

📋 copy color: '#BB407D'

red 187 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #BB407D

Tints of Medium Red Violet #BB407D

RGB

 RED value IS 187 (73.44% from 255) = 49.73%

 GREEN value IS 64 (25.39% from 255) = 17.02%

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 49.73%
G = 17.02%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB407D (or 0xBB407D) is known color: Medium Red Violet. HEX triplet: BB, 40 and 7D. RGB value is (187,64,125). Sum of RGB (Red+Green+Blue) = 187+64+125=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB407D is #44BF82. Grayscale: #6B6B6B. Windows color (decimal): -4505475 or 8208571. OLE color: 8208571.

HSL color Cylindrical-coordinate representation of color #BB407D: hue angle of 330.24º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB407D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 125 -
CMYK 0 0.66 0.33 0.27
HSL 330.24º 0.49% 0.49% -
HSV(B) 330.24º 0.66% 0.73% -
XYZ 26.03 15.71 21.06 -
YUV 107.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 187 64 125 0 0.66 0.33 0.27 330.24 0.49 0.49
Hex BB 40 7D 0 42 21 1B 14A 31 31
Octal 273 100 175 0 102 41 33 512 61 61
Binary 10111011 1000000 1111101 0 1000010 100001 11011 101001010 110001 110001

Color Harmonies of #BB407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB407D

Black with #BB407D

Text Example


Text Example

White with #BB407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB407D; }

 p { color: rgb(187,64,125); }

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

background-color css

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

 a { background-color: rgb(187,64,125); }

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

border-color css

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

 span { border-color: rgb(187,64,125); }

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