Html Css Color HEX #BC447E Royal Heath

📋 copy color: '#BC447E'

red 188 ◦ green 68 ◦ blue 126

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

Shades of Royal Heath #BC447E

Tints of Royal Heath #BC447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

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

R = 49.21%
G = 17.8%
B = 32.98%

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

#BC447E (or 0xBC447E) is known color: Royal Heath. HEX triplet: BC, 44 and 7E. RGB value is (188,68,126). Sum of RGB (Red+Green+Blue) = 188+68+126=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC447E is #43BB81. Grayscale: #6E6E6E. Windows color (decimal): -4438914 or 8275132. OLE color: 8275132.

HSL color Cylindrical-coordinate representation of color #BC447E: hue angle of 331º 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 #BC447E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 126 -
CMYK 0 0.64 0.33 0.26
HSL 331º 0.47% 0.5% -
HSV(B) 331º 0.64% 0.74% -
XYZ 26.57 16.33 21.49 -
YUV 110.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 188 68 126 0 0.64 0.33 0.26 331 0.47 0.5
Hex BC 44 7E 0 40 21 1A 14B 2F 32
Octal 274 104 176 0 100 41 32 513 57 62
Binary 10111100 1000100 1111110 0 1000000 100001 11010 101001011 101111 110010

Color Harmonies of #BC447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC447E

Black with #BC447E

Text Example


Text Example

White with #BC447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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