Html Css Color HEX #BC4474 Royal Heath

📋 copy color: '#BC4474'

red 188 ◦ green 68 ◦ blue 116

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

Shades of Royal Heath #BC4474

Tints of Royal Heath #BC4474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 50.54%
G = 18.28%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4474 (or 0xBC4474) is known color: Royal Heath. HEX triplet: BC, 44 and 74. RGB value is (188,68,116). Sum of RGB (Red+Green+Blue) = 188+68+116=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4474 is #43BB8B. Grayscale: #6D6D6D. Windows color (decimal): -4438924 or 7619772. OLE color: 7619772.

HSL color Cylindrical-coordinate representation of color #BC4474: hue angle of 336º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4474 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 116 -
CMYK 0 0.64 0.38 0.26
HSL 336º 0.47% 0.5% -
HSV(B) 336º 0.64% 0.74% -
XYZ 25.96 16.09 18.26 -
YUV 109.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 188 68 116 0 0.64 0.38 0.26 336 0.47 0.5
Hex BC 44 74 0 40 26 1A 150 2F 32
Octal 274 104 164 0 100 46 32 520 57 62
Binary 10111100 1000100 1110100 0 1000000 100110 11010 101010000 101111 110010

Color Harmonies of #BC4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4474

Black with #BC4474

Text Example


Text Example

White with #BC4474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4474; }

 p { color: rgb(188,68,116); }

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

background-color css

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

 a { background-color: rgb(188,68,116); }

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

border-color css

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

 span { border-color: rgb(188,68,116); }

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