Html Css Color HEX #BC3D71 Royal Heath

📋 copy color: '#BC3D71'

red 188 ◦ green 61 ◦ blue 113

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

Shades of Royal Heath #BC3D71

Tints of Royal Heath #BC3D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

 BLUE value IS 113 (44.53% from 255) = 31.22%

R = 51.93%
G = 16.85%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC3D71 (or 0xBC3D71) is known color: Royal Heath. HEX triplet: BC, 3D and 71. RGB value is (188,61,113). Sum of RGB (Red+Green+Blue) = 188+61+113=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D71 is #43C28E. Grayscale: #686868. Windows color (decimal): -4440719 or 7421372. OLE color: 7421372.

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

Color convert

RGB 188 61 113 -
CMYK 0 0.68 0.40 0.26
HSL 335.43º 0.51% 0.49% -
HSV(B) 335.43º 0.68% 0.74% -
XYZ 25.39 15.22 17.22 -
YUV 104.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 188 61 113 0 0.68 0.40 0.26 335.43 0.51 0.49
Hex BC 3D 71 0 44 28 1A 14F 33 31
Octal 274 75 161 0 104 50 32 517 63 61
Binary 10111100 111101 1110001 0 1000100 101000 11010 101001111 110011 110001

Color Harmonies of #BC3D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D71

Black with #BC3D71

Text Example


Text Example

White with #BC3D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D71; }

 p { color: rgb(188,61,113); }

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

background-color css

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

 a { background-color: rgb(188,61,113); }

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

border-color css

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

 span { border-color: rgb(188,61,113); }

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