Html Css Color HEX #BC477A Royal Heath

📋 copy color: '#BC477A'

red 188 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #BC477A

Tints of Royal Heath #BC477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 49.34%
G = 18.64%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC477A (or 0xBC477A) is known color: Royal Heath. HEX triplet: BC, 47 and 7A. RGB value is (188,71,122). Sum of RGB (Red+Green+Blue) = 188+71+122=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477A is #43B885. Grayscale: #6F6F6F. Windows color (decimal): -4438150 or 8013756. OLE color: 8013756.

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

Color convert

RGB 188 71 122 -
CMYK 0 0.62 0.35 0.26
HSL 333.85º 0.47% 0.51% -
HSV(B) 333.85º 0.62% 0.74% -
XYZ 26.51 16.6 20.22 -
YUV 111.8 133.76 182.35 -
System Red Green Blue C M Y K H S L
Decimal 188 71 122 0 0.62 0.35 0.26 333.85 0.47 0.51
Hex BC 47 7A 0 3E 23 1A 14E 2F 33
Octal 274 107 172 0 76 43 32 516 57 63
Binary 10111100 1000111 1111010 0 111110 100011 11010 101001110 101111 110011

Color Harmonies of #BC477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC477A

Black with #BC477A

Text Example


Text Example

White with #BC477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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