Html Css Color HEX #BC477B Royal Heath

📋 copy color: '#BC477B'

red 188 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #BC477B

Tints of Royal Heath #BC477B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 49.21%
G = 18.59%
B = 32.2%

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

#BC477B (or 0xBC477B) is known color: Royal Heath. HEX triplet: BC, 47 and 7B. RGB value is (188,71,123). Sum of RGB (Red+Green+Blue) = 188+71+123=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC477B is #43B884. Grayscale: #6F6F6F. Windows color (decimal): -4438149 or 8079292. OLE color: 8079292.

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

Color convert

RGB 188 71 123 -
CMYK 0 0.62 0.35 0.26
HSL 333.33º 0.47% 0.51% -
HSV(B) 333.33º 0.62% 0.74% -
XYZ 26.57 16.63 20.55 -
YUV 111.91 134.26 182.27 -
System Red Green Blue C M Y K H S L
Decimal 188 71 123 0 0.62 0.35 0.26 333.33 0.47 0.51
Hex BC 47 7B 0 3E 23 1A 14D 2F 33
Octal 274 107 173 0 76 43 32 515 57 63
Binary 10111100 1000111 1111011 0 111110 100011 11010 101001101 101111 110011

Color Harmonies of #BC477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC477B

Black with #BC477B

Text Example


Text Example

White with #BC477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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