Html Css Color HEX #BC4F7C Royal Heath

📋 copy color: '#BC4F7C'

red 188 ◦ green 79 ◦ blue 124

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

Shades of Royal Heath #BC4F7C

Tints of Royal Heath #BC4F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.2%

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 48.08%
G = 20.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC4F7C (or 0xBC4F7C) is known color: Royal Heath. HEX triplet: BC, 4F and 7C. RGB value is (188,79,124). Sum of RGB (Red+Green+Blue) = 188+79+124=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4F7C is #43B083. Grayscale: #747474. Windows color (decimal): -4436100 or 8146876. OLE color: 8146876.

HSL color Cylindrical-coordinate representation of color #BC4F7C: hue angle of 335.23º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F7C is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 79 124 -
CMYK 0 0.58 0.34 0.26
HSL 335.23º 0.45% 0.52% -
HSV(B) 335.23º 0.58% 0.74% -
XYZ 27.17 17.74 21.06 -
YUV 116.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 188 79 124 0 0.58 0.34 0.26 335.23 0.45 0.52
Hex BC 4F 7C 0 3A 22 1A 14F 2D 34
Octal 274 117 174 0 72 42 32 517 55 64
Binary 10111100 1001111 1111100 0 111010 100010 11010 101001111 101101 110100

Color Harmonies of #BC4F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F7C

Black with #BC4F7C

Text Example


Text Example

White with #BC4F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F7C; }

 p { color: rgb(188,79,124); }

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

background-color css

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

 a { background-color: rgb(188,79,124); }

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

border-color css

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

 span { border-color: rgb(188,79,124); }

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