Html Css Color HEX #BB0474 Medium Violet Red

📋 copy color: '#BB0474'

red 187 ◦ green 4 ◦ blue 116

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

Shades of Medium Violet Red #BB0474

Tints of Medium Violet Red #BB0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

 BLUE value IS 116 (45.7% from 255) = 37.79%

R = 60.91%
G = 1.3%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB0474 (or 0xBB0474) is known color: Medium Violet Red. HEX triplet: BB, 04 and 74. RGB value is (187,4,116). Sum of RGB (Red+Green+Blue) = 187+4+116=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0474 is #44FB8B. Grayscale: #474747. Windows color (decimal): -4520844 or 7603387. OLE color: 7603387.

HSL color Cylindrical-coordinate representation of color #BB0474: hue angle of 323.28º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0474 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 116 -
CMYK 0 0.98 0.38 0.27
HSL 323.28º 0.96% 0.37% -
HSV(B) 323.28º 0.98% 0.73% -
XYZ 23.69 11.91 17.57 -
YUV 71.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 187 4 116 0 0.98 0.38 0.27 323.28 0.96 0.37
Hex BB 4 74 0 62 26 1B 143 60 25
Octal 273 4 164 0 142 46 33 503 140 45
Binary 10111011 100 1110100 0 1100010 100110 11011 101000011 1100000 100101

Color Harmonies of #BB0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0474

Black with #BB0474

Text Example


Text Example

White with #BB0474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0474; }

 p { color: rgb(187,4,116); }

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

background-color css

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

 a { background-color: rgb(187,4,116); }

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

border-color css

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

 span { border-color: rgb(187,4,116); }

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