Html Css Color HEX #BC4174 Royal Heath

📋 copy color: '#BC4174'

red 188 ◦ green 65 ◦ blue 116

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

Shades of Royal Heath #BC4174

Tints of Royal Heath #BC4174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 50.95%
G = 17.62%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4174 (or 0xBC4174) is known color: Royal Heath. HEX triplet: BC, 41 and 74. RGB value is (188,65,116). Sum of RGB (Red+Green+Blue) = 188+65+116=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4174 is #43BE8B. Grayscale: #6B6B6B. Windows color (decimal): -4439692 or 7619004. OLE color: 7619004.

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

Color convert

RGB 188 65 116 -
CMYK 0 0.65 0.38 0.26
HSL 335.12º 0.49% 0.5% -
HSV(B) 335.12º 0.65% 0.74% -
XYZ 25.78 15.73 18.2 -
YUV 107.59 132.75 185.35 -
System Red Green Blue C M Y K H S L
Decimal 188 65 116 0 0.65 0.38 0.26 335.12 0.49 0.5
Hex BC 41 74 0 41 26 1A 14F 31 32
Octal 274 101 164 0 101 46 32 517 61 62
Binary 10111100 1000001 1110100 0 1000001 100110 11010 101001111 110001 110010

Color Harmonies of #BC4174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4174

Black with #BC4174

Text Example


Text Example

White with #BC4174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4174; }

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

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

background-color css

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

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

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

border-color css

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

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

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