Html Css Color HEX #BC3E6C Royal Heath

📋 copy color: '#BC3E6C'

red 188 ◦ green 62 ◦ blue 108

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

Shades of Royal Heath #BC3E6C

Tints of Royal Heath #BC3E6C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.32%

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

R = 52.51%
G = 17.32%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC3E6C (or 0xBC3E6C) is known color: Royal Heath. HEX triplet: BC, 3E and 6C. RGB value is (188,62,108). Sum of RGB (Red+Green+Blue) = 188+62+108=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E6C is #43C193. Grayscale: #686868. Windows color (decimal): -4440468 or 7093948. OLE color: 7093948.

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

Color convert

RGB 188 62 108 -
CMYK 0 0.67 0.43 0.26
HSL 338.1º 0.5% 0.49% -
HSV(B) 338.1º 0.67% 0.74% -
XYZ 25.17 15.22 15.8 -
YUV 104.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 188 62 108 0 0.67 0.43 0.26 338.1 0.5 0.49
Hex BC 3E 6C 0 43 2B 1A 152 32 31
Octal 274 76 154 0 103 53 32 522 62 61
Binary 10111100 111110 1101100 0 1000011 101011 11010 101010010 110010 110001

Color Harmonies of #BC3E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E6C

Black with #BC3E6C

Text Example


Text Example

White with #BC3E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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