Html Css Color HEX #BC4078 Royal Heath

📋 copy color: '#BC4078'

red 188 ◦ green 64 ◦ blue 120

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

Shades of Royal Heath #BC4078

Tints of Royal Heath #BC4078

RGB

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

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

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

R = 50.54%
G = 17.2%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4078 (or 0xBC4078) is known color: Royal Heath. HEX triplet: BC, 40 and 78. RGB value is (188,64,120). Sum of RGB (Red+Green+Blue) = 188+64+120=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4078 is #43BF87. Grayscale: #6B6B6B. Windows color (decimal): -4439944 or 7880892. OLE color: 7880892.

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

Color convert

RGB 188 64 120 -
CMYK 0 0.66 0.36 0.26
HSL 332.9º 0.49% 0.49% -
HSV(B) 332.9º 0.66% 0.74% -
XYZ 25.96 15.71 19.43 -
YUV 107.46 135.08 185.45 -
System Red Green Blue C M Y K H S L
Decimal 188 64 120 0 0.66 0.36 0.26 332.9 0.49 0.49
Hex BC 40 78 0 42 24 1A 14D 31 31
Octal 274 100 170 0 102 44 32 515 61 61
Binary 10111100 1000000 1111000 0 1000010 100100 11010 101001101 110001 110001

Color Harmonies of #BC4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4078

Black with #BC4078

Text Example


Text Example

White with #BC4078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4078; }

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

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

background-color css

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

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

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

border-color css

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

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

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