Html Css Color HEX #BC4678 Royal Heath

📋 copy color: '#BC4678'

red 188 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #BC4678

Tints of Royal Heath #BC4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.52%

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

R = 49.74%
G = 18.52%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4678 (or 0xBC4678) is known color: Royal Heath. HEX triplet: BC, 46 and 78. RGB value is (188,70,120). Sum of RGB (Red+Green+Blue) = 188+70+120=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4678 is #43B987. Grayscale: #6E6E6E. Windows color (decimal): -4438408 or 7882428. OLE color: 7882428.

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

Color convert

RGB 188 70 120 -
CMYK 0 0.63 0.36 0.26
HSL 334.58º 0.47% 0.51% -
HSV(B) 334.58º 0.63% 0.74% -
XYZ 26.32 16.43 19.55 -
YUV 110.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 188 70 120 0 0.63 0.36 0.26 334.58 0.47 0.51
Hex BC 46 78 0 3F 24 1A 14F 2F 33
Octal 274 106 170 0 77 44 32 517 57 63
Binary 10111100 1000110 1111000 0 111111 100100 11010 101001111 101111 110011

Color Harmonies of #BC4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4678

Black with #BC4678

Text Example


Text Example

White with #BC4678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4678; }

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

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

background-color css

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

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

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

border-color css

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

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

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