Html Css Color HEX #BC2F62 Rouge

📋 copy color: '#BC2F62'

red 188 ◦ green 47 ◦ blue 98

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

Shades of Rouge #BC2F62

Tints of Rouge #BC2F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 56.46%
G = 14.11%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC2F62 (or 0xBC2F62) is known color: Rouge. HEX triplet: BC, 2F and 62. RGB value is (188,47,98). Sum of RGB (Red+Green+Blue) = 188+47+98=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F62 is #43D09D. Grayscale: #5E5E5E. Windows color (decimal): -4444318 or 6434748. OLE color: 6434748.

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

Color convert

RGB 188 47 98 -
CMYK 0 0.75 0.48 0.26
HSL 338.3º 0.6% 0.46% -
HSV(B) 338.3º 0.75% 0.74% -
XYZ 23.96 13.61 12.92 -
YUV 94.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 188 47 98 0 0.75 0.48 0.26 338.3 0.6 0.46
Hex BC 2F 62 0 4B 30 1A 152 3C 2E
Octal 274 57 142 0 113 60 32 522 74 56
Binary 10111100 101111 1100010 0 1001011 110000 11010 101010010 111100 101110

Color Harmonies of #BC2F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F62

Black with #BC2F62

Text Example


Text Example

White with #BC2F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F62; }

 p { color: rgb(188,47,98); }

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

background-color css

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

 a { background-color: rgb(188,47,98); }

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

border-color css

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

 span { border-color: rgb(188,47,98); }

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