Html Css Color HEX #BC2D6A Rouge

📋 copy color: '#BC2D6A'

red 188 ◦ green 45 ◦ blue 106

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

Shades of Rouge #BC2D6A

Tints of Rouge #BC2D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 55.46%
G = 13.27%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC2D6A (or 0xBC2D6A) is known color: Rouge. HEX triplet: BC, 2D and 6A. RGB value is (188,45,106). Sum of RGB (Red+Green+Blue) = 188+45+106=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D6A is #43D295. Grayscale: #5E5E5E. Windows color (decimal): -4444822 or 6958524. OLE color: 6958524.

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

Color convert

RGB 188 45 106 -
CMYK 0 0.76 0.44 0.26
HSL 334.41º 0.61% 0.46% -
HSV(B) 334.41º 0.76% 0.74% -
XYZ 24.28 13.61 14.98 -
YUV 94.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 188 45 106 0 0.76 0.44 0.26 334.41 0.61 0.46
Hex BC 2D 6A 0 4C 2C 1A 14E 3D 2E
Octal 274 55 152 0 114 54 32 516 75 56
Binary 10111100 101101 1101010 0 1001100 101100 11010 101001110 111101 101110

Color Harmonies of #BC2D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D6A

Black with #BC2D6A

Text Example


Text Example

White with #BC2D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D6A; }

 p { color: rgb(188,45,106); }

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

background-color css

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

 a { background-color: rgb(188,45,106); }

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

border-color css

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

 span { border-color: rgb(188,45,106); }

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