Html Css Color HEX #BC2B6A Rouge

📋 copy color: '#BC2B6A'

red 188 ◦ green 43 ◦ blue 106

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

Shades of Rouge #BC2B6A

Tints of Rouge #BC2B6A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.76%

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

R = 55.79%
G = 12.76%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC2B6A (or 0xBC2B6A) is known color: Rouge. HEX triplet: BC, 2B and 6A. RGB value is (188,43,106). Sum of RGB (Red+Green+Blue) = 188+43+106=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2B6A is #43D495. Grayscale: #5D5D5D. Windows color (decimal): -4445334 or 6958012. OLE color: 6958012.

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

Color convert

RGB 188 43 106 -
CMYK 0 0.77 0.44 0.26
HSL 333.93º 0.63% 0.45% -
HSV(B) 333.93º 0.77% 0.74% -
XYZ 24.2 13.46 14.96 -
YUV 93.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 188 43 106 0 0.77 0.44 0.26 333.93 0.63 0.45
Hex BC 2B 6A 0 4D 2C 1A 14E 3F 2D
Octal 274 53 152 0 115 54 32 516 77 55
Binary 10111100 101011 1101010 0 1001101 101100 11010 101001110 111111 101101

Color Harmonies of #BC2B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B6A

Black with #BC2B6A

Text Example


Text Example

White with #BC2B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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