Html Css Color HEX #BC4777 Royal Heath

📋 copy color: '#BC4777'

red 188 ◦ green 71 ◦ blue 119

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

Shades of Royal Heath #BC4777

Tints of Royal Heath #BC4777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 49.74%
G = 18.78%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC4777 (or 0xBC4777) is known color: Royal Heath. HEX triplet: BC, 47 and 77. RGB value is (188,71,119). Sum of RGB (Red+Green+Blue) = 188+71+119=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4777 is #43B888. Grayscale: #6F6F6F. Windows color (decimal): -4438153 or 7817148. OLE color: 7817148.

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

Color convert

RGB 188 71 119 -
CMYK 0 0.62 0.37 0.26
HSL 335.38º 0.47% 0.51% -
HSV(B) 335.38º 0.62% 0.74% -
XYZ 26.32 16.53 19.26 -
YUV 111.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 188 71 119 0 0.62 0.37 0.26 335.38 0.47 0.51
Hex BC 47 77 0 3E 25 1A 14F 2F 33
Octal 274 107 167 0 76 45 32 517 57 63
Binary 10111100 1000111 1110111 0 111110 100101 11010 101001111 101111 110011

Color Harmonies of #BC4777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4777

Black with #BC4777

Text Example


Text Example

White with #BC4777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4777; }

 p { color: rgb(188,71,119); }

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

background-color css

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

 a { background-color: rgb(188,71,119); }

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

border-color css

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

 span { border-color: rgb(188,71,119); }

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