Html Css Color HEX #B33F6B Rouge

📋 copy color: '#B33F6B'

red 179 ◦ green 63 ◦ blue 107

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

Shades of Rouge #B33F6B

Tints of Rouge #B33F6B

RGB

 RED value IS 179 (70.31% from 255) = 51.29%

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 51.29%
G = 18.05%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B33F6B (or 0xB33F6B) is known color: Rouge. HEX triplet: B3, 3F and 6B. RGB value is (179,63,107). Sum of RGB (Red+Green+Blue) = 179+63+107=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F6B is #4CC094. Grayscale: #666666. Windows color (decimal): -5030037 or 7028659. OLE color: 7028659.

HSL color Cylindrical-coordinate representation of color #B33F6B: hue angle of 337.24º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F6B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 107 -
CMYK 0 0.65 0.40 0.30
HSL 337.24º 0.48% 0.47% -
HSV(B) 337.24º 0.65% 0.7% -
XYZ 23.02 14.2 15.44 -
YUV 102.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 179 63 107 0 0.65 0.40 0.30 337.24 0.48 0.47
Hex B3 3F 6B 0 41 28 1E 151 30 2F
Octal 263 77 153 0 101 50 36 521 60 57
Binary 10110011 111111 1101011 0 1000001 101000 11110 101010001 110000 101111

Color Harmonies of #B33F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F6B

Black with #B33F6B

Text Example


Text Example

White with #B33F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F6B; }

 p { color: rgb(179,63,107); }

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

background-color css

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

 a { background-color: rgb(179,63,107); }

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

border-color css

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

 span { border-color: rgb(179,63,107); }

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