Html Css Color HEX #BC437E Royal Heath

📋 copy color: '#BC437E'

red 188 ◦ green 67 ◦ blue 126

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

Shades of Royal Heath #BC437E

Tints of Royal Heath #BC437E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.59%

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 49.34%
G = 17.59%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC437E (or 0xBC437E) is known color: Royal Heath. HEX triplet: BC, 43 and 7E. RGB value is (188,67,126). Sum of RGB (Red+Green+Blue) = 188+67+126=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC437E is #43BC81. Grayscale: #6D6D6D. Windows color (decimal): -4439170 or 8274876. OLE color: 8274876.

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

Color convert

RGB 188 67 126 -
CMYK 0 0.64 0.33 0.26
HSL 330.74º 0.47% 0.5% -
HSV(B) 330.74º 0.64% 0.74% -
XYZ 26.51 16.21 21.47 -
YUV 109.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 188 67 126 0 0.64 0.33 0.26 330.74 0.47 0.5
Hex BC 43 7E 0 40 21 1A 14B 2F 32
Octal 274 103 176 0 100 41 32 513 57 62
Binary 10111100 1000011 1111110 0 1000000 100001 11010 101001011 101111 110010

Color Harmonies of #BC437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC437E

Black with #BC437E

Text Example


Text Example

White with #BC437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC437E; }

 p { color: rgb(188,67,126); }

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

background-color css

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

 a { background-color: rgb(188,67,126); }

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

border-color css

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

 span { border-color: rgb(188,67,126); }

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