Html Css Color HEX #BC4775 Royal Heath

📋 copy color: '#BC4775'

red 188 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #BC4775

Tints of Royal Heath #BC4775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 50%
G = 18.88%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4775 (or 0xBC4775) is known color: Royal Heath. HEX triplet: BC, 47 and 75. RGB value is (188,71,117). Sum of RGB (Red+Green+Blue) = 188+71+117=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4775 is #43B88A. Grayscale: #6F6F6F. Windows color (decimal): -4438155 or 7686076. OLE color: 7686076.

HSL color Cylindrical-coordinate representation of color #BC4775: hue angle of 336.41º 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 #BC4775 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 117 -
CMYK 0 0.62 0.38 0.26
HSL 336.41º 0.47% 0.51% -
HSV(B) 336.41º 0.62% 0.74% -
XYZ 26.2 16.48 18.63 -
YUV 111.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 188 71 117 0 0.62 0.38 0.26 336.41 0.47 0.51
Hex BC 47 75 0 3E 26 1A 150 2F 33
Octal 274 107 165 0 76 46 32 520 57 63
Binary 10111100 1000111 1110101 0 111110 100110 11010 101010000 101111 110011

Color Harmonies of #BC4775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4775

Black with #BC4775

Text Example


Text Example

White with #BC4775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4775; }

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

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

background-color css

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

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

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

border-color css

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

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

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