Html Css Color HEX #BC416C Royal Heath

📋 copy color: '#BC416C'

red 188 ◦ green 65 ◦ blue 108

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

Shades of Royal Heath #BC416C

Tints of Royal Heath #BC416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 52.08%
G = 18.01%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC416C (or 0xBC416C) is known color: Royal Heath. HEX triplet: BC, 41 and 6C. RGB value is (188,65,108). Sum of RGB (Red+Green+Blue) = 188+65+108=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC416C is #43BE93. Grayscale: #6A6A6A. Windows color (decimal): -4439700 or 7094716. OLE color: 7094716.

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

Color convert

RGB 188 65 108 -
CMYK 0 0.65 0.43 0.26
HSL 339.02º 0.49% 0.5% -
HSV(B) 339.02º 0.65% 0.74% -
XYZ 25.34 15.55 15.85 -
YUV 106.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 188 65 108 0 0.65 0.43 0.26 339.02 0.49 0.5
Hex BC 41 6C 0 41 2B 1A 153 31 32
Octal 274 101 154 0 101 53 32 523 61 62
Binary 10111100 1000001 1101100 0 1000001 101011 11010 101010011 110001 110010

Color Harmonies of #BC416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC416C

Black with #BC416C

Text Example


Text Example

White with #BC416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC416C; }

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

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

background-color css

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

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

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

border-color css

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

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

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