Html Css Color HEX #BC336E Royal Heath

📋 copy color: '#BC336E'

red 188 ◦ green 51 ◦ blue 110

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

Shades of Royal Heath #BC336E

Tints of Royal Heath #BC336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 53.87%
G = 14.61%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC336E (or 0xBC336E) is known color: Royal Heath. HEX triplet: BC, 33 and 6E. RGB value is (188,51,110). Sum of RGB (Red+Green+Blue) = 188+51+110=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC336E is #43CC91. Grayscale: #626262. Windows color (decimal): -4443282 or 7222204. OLE color: 7222204.

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

Color convert

RGB 188 51 110 -
CMYK 0 0.73 0.41 0.26
HSL 334.16º 0.57% 0.47% -
HSV(B) 334.16º 0.73% 0.74% -
XYZ 24.74 14.18 16.19 -
YUV 98.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 188 51 110 0 0.73 0.41 0.26 334.16 0.57 0.47
Hex BC 33 6E 0 49 29 1A 14E 39 2F
Octal 274 63 156 0 111 51 32 516 71 57
Binary 10111100 110011 1101110 0 1001001 101001 11010 101001110 111001 101111

Color Harmonies of #BC336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC336E

Black with #BC336E

Text Example


Text Example

White with #BC336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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