Html Css Color HEX #B42E6A Rouge

📋 copy color: '#B42E6A'

red 180 ◦ green 46 ◦ blue 106

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

Shades of Rouge #B42E6A

Tints of Rouge #B42E6A

RGB

 RED value IS 180 (70.7% from 255) = 54.22%

 GREEN value IS 46 (18.36% from 255) = 13.86%

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

R = 54.22%
G = 13.86%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B42E6A (or 0xB42E6A) is known color: Rouge. HEX triplet: B4, 2E and 6A. RGB value is (180,46,106). Sum of RGB (Red+Green+Blue) = 180+46+106=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E6A is #4BD195. Grayscale: #5C5C5C. Windows color (decimal): -4968854 or 6958772. OLE color: 6958772.

HSL color Cylindrical-coordinate representation of color #B42E6A: hue angle of 333.13º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E6A is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 46 106 -
CMYK 0 0.74 0.41 0.29
HSL 333.13º 0.59% 0.44% -
HSV(B) 333.13º 0.74% 0.71% -
XYZ 22.4 12.7 14.91 -
YUV 92.91 135.39 190.12 -
System Red Green Blue C M Y K H S L
Decimal 180 46 106 0 0.74 0.41 0.29 333.13 0.59 0.44
Hex B4 2E 6A 0 4A 29 1D 14D 3B 2C
Octal 264 56 152 0 112 51 35 515 73 54
Binary 10110100 101110 1101010 0 1001010 101001 11101 101001101 111011 101100

Color Harmonies of #B42E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E6A

Black with #B42E6A

Text Example


Text Example

White with #B42E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E6A; }

 p { color: rgb(180,46,106); }

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

background-color css

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

 a { background-color: rgb(180,46,106); }

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

border-color css

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

 span { border-color: rgb(180,46,106); }

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