Html Css Color HEX #B42D6C Rouge

📋 copy color: '#B42D6C'

red 180 ◦ green 45 ◦ blue 108

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

Shades of Rouge #B42D6C

Tints of Rouge #B42D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 54.05%
G = 13.51%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B42D6C (or 0xB42D6C) is known color: Rouge. HEX triplet: B4, 2D and 6C. RGB value is (180,45,108). Sum of RGB (Red+Green+Blue) = 180+45+108=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D6C is #4BD293. Grayscale: #5C5C5C. Windows color (decimal): -4969108 or 7089588. OLE color: 7089588.

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

Color convert

RGB 180 45 108 -
CMYK 0 0.75 0.40 0.29
HSL 332º 0.6% 0.44% -
HSV(B) 332º 0.75% 0.71% -
XYZ 22.47 12.66 15.45 -
YUV 92.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 180 45 108 0 0.75 0.40 0.29 332 0.6 0.44
Hex B4 2D 6C 0 4B 28 1D 14C 3C 2C
Octal 264 55 154 0 113 50 35 514 74 54
Binary 10110100 101101 1101100 0 1001011 101000 11101 101001100 111100 101100

Color Harmonies of #B42D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D6C

Black with #B42D6C

Text Example


Text Example

White with #B42D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D6C; }

 p { color: rgb(180,45,108); }

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

background-color css

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

 a { background-color: rgb(180,45,108); }

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

border-color css

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

 span { border-color: rgb(180,45,108); }

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