Html Css Color HEX #B383A2 Bouquet

📋 copy color: '#B383A2'

red 179 ◦ green 131 ◦ blue 162

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

Shades of Bouquet #B383A2

Tints of Bouquet #B383A2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.75%

 BLUE value IS 162 (63.67% from 255) = 34.32%

R = 37.92%
G = 27.75%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B383A2 (or 0xB383A2) is known color: Bouquet. HEX triplet: B3, 83 and A2. RGB value is (179,131,162). Sum of RGB (Red+Green+Blue) = 179+131+162=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B383A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B383A2 is #4C7C5D. Grayscale: #949494. Windows color (decimal): -5012574 or 10650547. OLE color: 10650547.

HSL color Cylindrical-coordinate representation of color #B383A2: hue angle of 321.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B383A2 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 162 -
CMYK 0 0.27 0.09 0.30
HSL 321.25º 0.24% 0.61% -
HSV(B) 321.25º 0.27% 0.7% -
XYZ 33.23 28.42 37.92 -
YUV 148.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 179 131 162 0 0.27 0.09 0.30 321.25 0.24 0.61
Hex B3 83 A2 0 1B 9 1E 141 18 3D
Octal 263 203 242 0 33 11 36 501 30 75
Binary 10110011 10000011 10100010 0 11011 1001 11110 101000001 11000 111101

Color Harmonies of #B383A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383A2

Black with #B383A2

Text Example


Text Example

White with #B383A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383A2; }

 p { color: rgb(179,131,162); }

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

background-color css

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

 a { background-color: rgb(179,131,162); }

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

border-color css

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

 span { border-color: rgb(179,131,162); }

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