Html Css Color HEX #B283A5 Bouquet

📋 copy color: '#B283A5'

red 178 ◦ green 131 ◦ blue 165

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

Shades of Bouquet #B283A5

Tints of Bouquet #B283A5

RGB

 RED value IS 178 (69.92% from 255) = 37.55%

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

 BLUE value IS 165 (64.84% from 255) = 34.81%

R = 37.55%
G = 27.64%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B283A5 (or 0xB283A5) is known color: Bouquet. HEX triplet: B2, 83 and A5. RGB value is (178,131,165). Sum of RGB (Red+Green+Blue) = 178+131+165=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B283A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B283A5 is #4D7C5A. Grayscale: #949494. Windows color (decimal): -5078107 or 10847154. OLE color: 10847154.

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

Color convert

RGB 178 131 165 -
CMYK 0 0.26 0.07 0.30
HSL 316.6º 0.23% 0.61% -
HSV(B) 316.6º 0.26% 0.7% -
XYZ 33.27 28.41 39.33 -
YUV 148.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 178 131 165 0 0.26 0.07 0.30 316.6 0.23 0.61
Hex B2 83 A5 0 1A 7 1E 13D 17 3D
Octal 262 203 245 0 32 7 36 475 27 75
Binary 10110010 10000011 10100101 0 11010 111 11110 100111101 10111 111101

Color Harmonies of #B283A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B283A5

Black with #B283A5

Text Example


Text Example

White with #B283A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B283A5; }

 p { color: rgb(178,131,165); }

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

background-color css

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

 a { background-color: rgb(178,131,165); }

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

border-color css

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

 span { border-color: rgb(178,131,165); }

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