Html Css Color HEX #BC416E Royal Heath

📋 copy color: '#BC416E'

red 188 ◦ green 65 ◦ blue 110

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

Shades of Royal Heath #BC416E

Tints of Royal Heath #BC416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 51.79%
G = 17.91%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC416E (or 0xBC416E) is known color: Royal Heath. HEX triplet: BC, 41 and 6E. RGB value is (188,65,110). Sum of RGB (Red+Green+Blue) = 188+65+110=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC416E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC416E is #43BE91. Grayscale: #6A6A6A. Windows color (decimal): -4439698 or 7225788. OLE color: 7225788.

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

Color convert

RGB 188 65 110 -
CMYK 0 0.65 0.41 0.26
HSL 338.05º 0.49% 0.5% -
HSV(B) 338.05º 0.65% 0.74% -
XYZ 25.44 15.6 16.42 -
YUV 106.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 188 65 110 0 0.65 0.41 0.26 338.05 0.49 0.5
Hex BC 41 6E 0 41 29 1A 152 31 32
Octal 274 101 156 0 101 51 32 522 61 62
Binary 10111100 1000001 1101110 0 1000001 101001 11010 101010010 110001 110010

Color Harmonies of #BC416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC416E

Black with #BC416E

Text Example


Text Example

White with #BC416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC416E; }

 p { color: rgb(188,65,110); }

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

background-color css

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

 a { background-color: rgb(188,65,110); }

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

border-color css

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

 span { border-color: rgb(188,65,110); }

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