Html Css Color HEX #BB5378 Royal Heath

📋 copy color: '#BB5378'

red 187 ◦ green 83 ◦ blue 120

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

Shades of Royal Heath #BB5378

Tints of Royal Heath #BB5378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

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

R = 47.95%
G = 21.28%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB5378 (or 0xBB5378) is known color: Royal Heath. HEX triplet: BB, 53 and 78. RGB value is (187,83,120). Sum of RGB (Red+Green+Blue) = 187+83+120=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5378 is #44AC87. Grayscale: #767676. Windows color (decimal): -4500616 or 7885755. OLE color: 7885755.

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

Color convert

RGB 187 83 120 -
CMYK 0 0.56 0.36 0.27
HSL 338.65º 0.43% 0.53% -
HSV(B) 338.65º 0.56% 0.73% -
XYZ 26.98 18.11 19.84 -
YUV 118.31 128.96 176.99 -
System Red Green Blue C M Y K H S L
Decimal 187 83 120 0 0.56 0.36 0.27 338.65 0.43 0.53
Hex BB 53 78 0 38 24 1B 153 2B 35
Octal 273 123 170 0 70 44 33 523 53 65
Binary 10111011 1010011 1111000 0 111000 100100 11011 101010011 101011 110101

Color Harmonies of #BB5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5378

Black with #BB5378

Text Example


Text Example

White with #BB5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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