Html Css Color HEX #BC4079 Royal Heath

📋 copy color: '#BC4079'

red 188 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #BC4079

Tints of Royal Heath #BC4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 50.4%
G = 17.16%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC4079 (or 0xBC4079) is known color: Royal Heath. HEX triplet: BC, 40 and 79. RGB value is (188,64,121). Sum of RGB (Red+Green+Blue) = 188+64+121=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4079 is #43BF86. Grayscale: #6B6B6B. Windows color (decimal): -4439943 or 7946428. OLE color: 7946428.

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

Color convert

RGB 188 64 121 -
CMYK 0 0.66 0.36 0.26
HSL 332.42º 0.49% 0.49% -
HSV(B) 332.42º 0.66% 0.74% -
XYZ 26.02 15.74 19.76 -
YUV 107.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 188 64 121 0 0.66 0.36 0.26 332.42 0.49 0.49
Hex BC 40 79 0 42 24 1A 14C 31 31
Octal 274 100 171 0 102 44 32 514 61 61
Binary 10111100 1000000 1111001 0 1000010 100100 11010 101001100 110001 110001

Color Harmonies of #BC4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4079

Black with #BC4079

Text Example


Text Example

White with #BC4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4079; }

 p { color: rgb(188,64,121); }

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

background-color css

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

 a { background-color: rgb(188,64,121); }

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

border-color css

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

 span { border-color: rgb(188,64,121); }

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