Html Css Color HEX #BC5378 Royal Heath

📋 copy color: '#BC5378'

red 188 ◦ green 83 ◦ blue 120

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

Shades of Royal Heath #BC5378

Tints of Royal Heath #BC5378

RGB

 RED value IS 188 (73.83% from 255) = 48.08%

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

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

R = 48.08%
G = 21.23%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC5378 (or 0xBC5378) is known color: Royal Heath. HEX triplet: BC, 53 and 78. RGB value is (188,83,120). Sum of RGB (Red+Green+Blue) = 188+83+120=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5378 is #43AC87. Grayscale: #767676. Windows color (decimal): -4435080 or 7885756. OLE color: 7885756.

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

Color convert

RGB 188 83 120 -
CMYK 0 0.56 0.36 0.26
HSL 338.86º 0.44% 0.53% -
HSV(B) 338.86º 0.56% 0.74% -
XYZ 27.22 18.23 19.85 -
YUV 118.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 188 83 120 0 0.56 0.36 0.26 338.86 0.44 0.53
Hex BC 53 78 0 38 24 1A 153 2C 35
Octal 274 123 170 0 70 44 32 523 54 65
Binary 10111100 1010011 1111000 0 111000 100100 11010 101010011 101100 110101

Color Harmonies of #BC5378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5378

Black with #BC5378

Text Example


Text Example

White with #BC5378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5378; }

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

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

background-color css

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

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

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

border-color css

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

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

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