Html Css Color HEX #BC3167 Rouge

📋 copy color: '#BC3167'

red 188 ◦ green 49 ◦ blue 103

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

Shades of Rouge #BC3167

Tints of Rouge #BC3167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 55.29%
G = 14.41%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC3167 (or 0xBC3167) is known color: Rouge. HEX triplet: BC, 31 and 67. RGB value is (188,49,103). Sum of RGB (Red+Green+Blue) = 188+49+103=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3167 is #43CE98. Grayscale: #606060. Windows color (decimal): -4443801 or 6762940. OLE color: 6762940.

HSL color Cylindrical-coordinate representation of color #BC3167: hue angle of 336.69º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3167 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 49 103 -
CMYK 0 0.74 0.45 0.26
HSL 336.69º 0.59% 0.46% -
HSV(B) 336.69º 0.74% 0.74% -
XYZ 24.29 13.87 14.23 -
YUV 96.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 188 49 103 0 0.74 0.45 0.26 336.69 0.59 0.46
Hex BC 31 67 0 4A 2D 1A 151 3B 2E
Octal 274 61 147 0 112 55 32 521 73 56
Binary 10111100 110001 1100111 0 1001010 101101 11010 101010001 111011 101110

Color Harmonies of #BC3167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3167

Black with #BC3167

Text Example


Text Example

White with #BC3167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3167; }

 p { color: rgb(188,49,103); }

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

background-color css

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

 a { background-color: rgb(188,49,103); }

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

border-color css

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

 span { border-color: rgb(188,49,103); }

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