Html Css Color HEX #BC346E Royal Heath

📋 copy color: '#BC346E'

red 188 ◦ green 52 ◦ blue 110

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

Shades of Royal Heath #BC346E

Tints of Royal Heath #BC346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 53.71%
G = 14.86%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC346E (or 0xBC346E) is known color: Royal Heath. HEX triplet: BC, 34 and 6E. RGB value is (188,52,110). Sum of RGB (Red+Green+Blue) = 188+52+110=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC346E is #43CB91. Grayscale: #636363. Windows color (decimal): -4443026 or 7222460. OLE color: 7222460.

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

Color convert

RGB 188 52 110 -
CMYK 0 0.72 0.41 0.26
HSL 334.41º 0.57% 0.47% -
HSV(B) 334.41º 0.72% 0.74% -
XYZ 24.78 14.27 16.2 -
YUV 99.28 134.06 191.28 -
System Red Green Blue C M Y K H S L
Decimal 188 52 110 0 0.72 0.41 0.26 334.41 0.57 0.47
Hex BC 34 6E 0 48 29 1A 14E 39 2F
Octal 274 64 156 0 110 51 32 516 71 57
Binary 10111100 110100 1101110 0 1001000 101001 11010 101001110 111001 101111

Color Harmonies of #BC346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC346E

Black with #BC346E

Text Example


Text Example

White with #BC346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC346E; }

 p { color: rgb(188,52,110); }

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

background-color css

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

 a { background-color: rgb(188,52,110); }

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

border-color css

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

 span { border-color: rgb(188,52,110); }

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