Html Css Color HEX #B285A0 Bouquet

📋 copy color: '#B285A0'

red 178 ◦ green 133 ◦ blue 160

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

Shades of Bouquet #B285A0

Tints of Bouquet #B285A0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.24%

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 37.79%
G = 28.24%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B285A0 (or 0xB285A0) is known color: Bouquet. HEX triplet: B2, 85 and A0. RGB value is (178,133,160). Sum of RGB (Red+Green+Blue) = 178+133+160=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B285A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B285A0 is #4D7A5F. Grayscale: #959595. Windows color (decimal): -5077600 or 10519986. OLE color: 10519986.

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

Color convert

RGB 178 133 160 -
CMYK 0 0.25 0.10 0.30
HSL 324º 0.23% 0.61% -
HSV(B) 324º 0.25% 0.7% -
XYZ 33.09 28.78 37.07 -
YUV 149.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 178 133 160 0 0.25 0.10 0.30 324 0.23 0.61
Hex B2 85 A0 0 19 A 1E 144 17 3D
Octal 262 205 240 0 31 12 36 504 27 75
Binary 10110010 10000101 10100000 0 11001 1010 11110 101000100 10111 111101

Color Harmonies of #B285A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285A0

Black with #B285A0

Text Example


Text Example

White with #B285A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285A0; }

 p { color: rgb(178,133,160); }

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

background-color css

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

 a { background-color: rgb(178,133,160); }

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

border-color css

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

 span { border-color: rgb(178,133,160); }

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