Html Css Color HEX #BC3E73 Royal Heath

📋 copy color: '#BC3E73'

red 188 ◦ green 62 ◦ blue 115

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

Shades of Royal Heath #BC3E73

Tints of Royal Heath #BC3E73

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 51.51%
G = 16.99%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC3E73 (or 0xBC3E73) is known color: Royal Heath. HEX triplet: BC, 3E and 73. RGB value is (188,62,115). Sum of RGB (Red+Green+Blue) = 188+62+115=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E73 is #43C18C. Grayscale: #696969. Windows color (decimal): -4440461 or 7552700. OLE color: 7552700.

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

Color convert

RGB 188 62 115 -
CMYK 0 0.67 0.39 0.26
HSL 334.76º 0.5% 0.49% -
HSV(B) 334.76º 0.67% 0.74% -
XYZ 25.56 15.37 17.84 -
YUV 105.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 188 62 115 0 0.67 0.39 0.26 334.76 0.5 0.49
Hex BC 3E 73 0 43 27 1A 14F 32 31
Octal 274 76 163 0 103 47 32 517 62 61
Binary 10111100 111110 1110011 0 1000011 100111 11010 101001111 110010 110001

Color Harmonies of #BC3E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E73

Black with #BC3E73

Text Example


Text Example

White with #BC3E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E73; }

 p { color: rgb(188,62,115); }

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

background-color css

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

 a { background-color: rgb(188,62,115); }

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

border-color css

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

 span { border-color: rgb(188,62,115); }

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