Html Css Color HEX #BC457D Royal Heath

📋 copy color: '#BC457D'

red 188 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #BC457D

Tints of Royal Heath #BC457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

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

R = 49.21%
G = 18.06%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC457D (or 0xBC457D) is known color: Royal Heath. HEX triplet: BC, 45 and 7D. RGB value is (188,69,125). Sum of RGB (Red+Green+Blue) = 188+69+125=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC457D is #43BA82. Grayscale: #6E6E6E. Windows color (decimal): -4438659 or 8209852. OLE color: 8209852.

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

Color convert

RGB 188 69 125 -
CMYK 0 0.63 0.34 0.26
HSL 331.76º 0.47% 0.5% -
HSV(B) 331.76º 0.63% 0.74% -
XYZ 26.57 16.43 21.17 -
YUV 110.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 188 69 125 0 0.63 0.34 0.26 331.76 0.47 0.5
Hex BC 45 7D 0 3F 22 1A 14C 2F 32
Octal 274 105 175 0 77 42 32 514 57 62
Binary 10111100 1000101 1111101 0 111111 100010 11010 101001100 101111 110010

Color Harmonies of #BC457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC457D

Black with #BC457D

Text Example


Text Example

White with #BC457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC457D; }

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

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

background-color css

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

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

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

border-color css

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

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

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