Html Css Color HEX #B43366 Rouge

📋 copy color: '#B43366'

red 180 ◦ green 51 ◦ blue 102

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

Shades of Rouge #B43366

Tints of Rouge #B43366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.32%

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

R = 54.05%
G = 15.32%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B43366 (or 0xB43366) is known color: Rouge. HEX triplet: B4, 33 and 66. RGB value is (180,51,102). Sum of RGB (Red+Green+Blue) = 180+51+102=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B43366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43366 is #4BCC99. Grayscale: #5F5F5F. Windows color (decimal): -4967578 or 6697908. OLE color: 6697908.

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

Color convert

RGB 180 51 102 -
CMYK 0 0.72 0.43 0.29
HSL 336.28º 0.56% 0.45% -
HSV(B) 336.28º 0.72% 0.71% -
XYZ 22.4 13.03 13.9 -
YUV 95.39 131.74 188.35 -
System Red Green Blue C M Y K H S L
Decimal 180 51 102 0 0.72 0.43 0.29 336.28 0.56 0.45
Hex B4 33 66 0 48 2B 1D 150 38 2D
Octal 264 63 146 0 110 53 35 520 70 55
Binary 10110100 110011 1100110 0 1001000 101011 11101 101010000 111000 101101

Color Harmonies of #B43366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43366

Black with #B43366

Text Example


Text Example

White with #B43366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43366; }

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

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

background-color css

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

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

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

border-color css

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

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

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