Html Css Color HEX #B43466 Rouge

📋 copy color: '#B43466'

red 180 ◦ green 52 ◦ blue 102

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

Shades of Rouge #B43466

Tints of Rouge #B43466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 53.89%
G = 15.57%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B43466 (or 0xB43466) is known color: Rouge. HEX triplet: B4, 34 and 66. RGB value is (180,52,102). Sum of RGB (Red+Green+Blue) = 180+52+102=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B43466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43466 is #4BCB99. Grayscale: #5F5F5F. Windows color (decimal): -4967322 or 6698164. OLE color: 6698164.

HSL color Cylindrical-coordinate representation of color #B43466: hue angle of 336.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43466 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 52 102 -
CMYK 0 0.71 0.43 0.29
HSL 336.56º 0.55% 0.45% -
HSV(B) 336.56º 0.71% 0.71% -
XYZ 22.45 13.12 13.92 -
YUV 95.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 180 52 102 0 0.71 0.43 0.29 336.56 0.55 0.45
Hex B4 34 66 0 47 2B 1D 151 37 2D
Octal 264 64 146 0 107 53 35 521 67 55
Binary 10110100 110100 1100110 0 1000111 101011 11101 101010001 110111 101101

Color Harmonies of #B43466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43466

Black with #B43466

Text Example


Text Example

White with #B43466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43466; }

 p { color: rgb(180,52,102); }

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

background-color css

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

 a { background-color: rgb(180,52,102); }

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

border-color css

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

 span { border-color: rgb(180,52,102); }

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