Html Css Color HEX #BC3C6E Royal Heath

📋 copy color: '#BC3C6E'

red 188 ◦ green 60 ◦ blue 110

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

Shades of Royal Heath #BC3C6E

Tints of Royal Heath #BC3C6E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.76%

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

R = 52.51%
G = 16.76%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC3C6E (or 0xBC3C6E) is known color: Royal Heath. HEX triplet: BC, 3C and 6E. RGB value is (188,60,110). Sum of RGB (Red+Green+Blue) = 188+60+110=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3C6E is #43C391. Grayscale: #676767. Windows color (decimal): -4440978 or 7224508. OLE color: 7224508.

HSL color Cylindrical-coordinate representation of color #BC3C6E: hue angle of 336.56º degrees, saturation: 0.52, 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 #BC3C6E is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 60 110 -
CMYK 0 0.68 0.41 0.26
HSL 336.56º 0.52% 0.49% -
HSV(B) 336.56º 0.68% 0.74% -
XYZ 25.17 15.05 16.33 -
YUV 103.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 188 60 110 0 0.68 0.41 0.26 336.56 0.52 0.49
Hex BC 3C 6E 0 44 29 1A 151 34 31
Octal 274 74 156 0 104 51 32 521 64 61
Binary 10111100 111100 1101110 0 1000100 101001 11010 101010001 110100 110001

Color Harmonies of #BC3C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C6E

Black with #BC3C6E

Text Example


Text Example

White with #BC3C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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