Html Css Color HEX #BC487A Royal Heath

📋 copy color: '#BC487A'

red 188 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #BC487A

Tints of Royal Heath #BC487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.85%

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

R = 49.21%
G = 18.85%
B = 31.94%

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

#BC487A (or 0xBC487A) is known color: Royal Heath. HEX triplet: BC, 48 and 7A. RGB value is (188,72,122). Sum of RGB (Red+Green+Blue) = 188+72+122=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC487A is #43B785. Grayscale: #707070. Windows color (decimal): -4437894 or 8014012. OLE color: 8014012.

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

Color convert

RGB 188 72 122 -
CMYK 0 0.62 0.35 0.26
HSL 334.14º 0.46% 0.51% -
HSV(B) 334.14º 0.62% 0.74% -
XYZ 26.57 16.73 20.24 -
YUV 112.38 133.43 181.93 -
System Red Green Blue C M Y K H S L
Decimal 188 72 122 0 0.62 0.35 0.26 334.14 0.46 0.51
Hex BC 48 7A 0 3E 23 1A 14E 2E 33
Octal 274 110 172 0 76 43 32 516 56 63
Binary 10111100 1001000 1111010 0 111110 100011 11010 101001110 101110 110011

Color Harmonies of #BC487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC487A

Black with #BC487A

Text Example


Text Example

White with #BC487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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