Html Css Color HEX #BB3378 Medium Red Violet

📋 copy color: '#BB3378'

red 187 ◦ green 51 ◦ blue 120

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

Shades of Medium Red Violet #BB3378

Tints of Medium Red Violet #BB3378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 52.23%
G = 14.25%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB3378 (or 0xBB3378) is known color: Medium Red Violet. HEX triplet: BB, 33 and 78. RGB value is (187,51,120). Sum of RGB (Red+Green+Blue) = 187+51+120=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3378 is #44CC87. Grayscale: #636363. Windows color (decimal): -4508808 or 7877563. OLE color: 7877563.

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

Color convert

RGB 187 51 120 -
CMYK 0 0.73 0.36 0.27
HSL 329.56º 0.57% 0.47% -
HSV(B) 329.56º 0.73% 0.73% -
XYZ 25.07 14.29 19.21 -
YUV 99.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 187 51 120 0 0.73 0.36 0.27 329.56 0.57 0.47
Hex BB 33 78 0 49 24 1B 14A 39 2F
Octal 273 63 170 0 111 44 33 512 71 57
Binary 10111011 110011 1111000 0 1001001 100100 11011 101001010 111001 101111

Color Harmonies of #BB3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3378

Black with #BB3378

Text Example


Text Example

White with #BB3378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3378; }

 p { color: rgb(187,51,120); }

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

background-color css

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

 a { background-color: rgb(187,51,120); }

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

border-color css

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

 span { border-color: rgb(187,51,120); }

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