Html Css Color HEX #BC4D7A Royal Heath

📋 copy color: '#BC4D7A'

red 188 ◦ green 77 ◦ blue 122

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

Shades of Royal Heath #BC4D7A

Tints of Royal Heath #BC4D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.9%

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

R = 48.58%
G = 19.9%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC4D7A (or 0xBC4D7A) is known color: Royal Heath. HEX triplet: BC, 4D and 7A. RGB value is (188,77,122). Sum of RGB (Red+Green+Blue) = 188+77+122=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D7A is #43B285. Grayscale: #737373. Windows color (decimal): -4436614 or 8015292. OLE color: 8015292.

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

Color convert

RGB 188 77 122 -
CMYK 0 0.59 0.35 0.26
HSL 335.68º 0.45% 0.52% -
HSV(B) 335.68º 0.59% 0.74% -
XYZ 26.91 17.4 20.35 -
YUV 115.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 188 77 122 0 0.59 0.35 0.26 335.68 0.45 0.52
Hex BC 4D 7A 0 3B 23 1A 150 2D 34
Octal 274 115 172 0 73 43 32 520 55 64
Binary 10111100 1001101 1111010 0 111011 100011 11010 101010000 101101 110100

Color Harmonies of #BC4D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D7A

Black with #BC4D7A

Text Example


Text Example

White with #BC4D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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