Html Css Color HEX #BC537D Royal Heath

📋 copy color: '#BC537D'

red 188 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #BC537D

Tints of Royal Heath #BC537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 47.47%
G = 20.96%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC537D (or 0xBC537D) is known color: Royal Heath. HEX triplet: BC, 53 and 7D. RGB value is (188,83,125). Sum of RGB (Red+Green+Blue) = 188+83+125=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC537D is #43AC82. Grayscale: #777777. Windows color (decimal): -4435075 or 8213436. OLE color: 8213436.

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

Color convert

RGB 188 83 125 -
CMYK 0 0.56 0.34 0.26
HSL 336º 0.44% 0.53% -
HSV(B) 336º 0.56% 0.74% -
XYZ 27.53 18.36 21.49 -
YUV 119.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 188 83 125 0 0.56 0.34 0.26 336 0.44 0.53
Hex BC 53 7D 0 38 22 1A 150 2C 35
Octal 274 123 175 0 70 42 32 520 54 65
Binary 10111100 1010011 1111101 0 111000 100010 11010 101010000 101100 110101

Color Harmonies of #BC537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC537D

Black with #BC537D

Text Example


Text Example

White with #BC537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC537D; }

 p { color: rgb(188,83,125); }

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

background-color css

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

 a { background-color: rgb(188,83,125); }

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

border-color css

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

 span { border-color: rgb(188,83,125); }

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