#B867A1

Color #B867A1 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #B867A1

Tints of Bouquet #B867A1

Color information

#B867A1 (or 0xB867A1) is unknown color: approx Bouquet. HEX triplet: B8, 67 and A1. RGB value is (184,103,161). Sum of RGB (Red+Green+Blue) = 184+103+161=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B867A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B867A1 is #47985E. Grayscale: #858585. Windows color (decimal): -4692063 or 10577848. OLE color: 10577848.

HSL color Cylindrical-coordinate representation of color #B867A1: hue angle of 317.04º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B867A1 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184103161-
CMYK00.440.120.28
HSL317.04º36.32%56.27%-
HSV(B)317.04º44.02%72.16%-
XYZ31.0522.4636.42-
YUV133.83143.34163.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 161 (63.28% from 255) = 35.94%
R=41.07%
G=22.99%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410316100.440.120.28317.0436.3256.27
HexB867A102CC1C13d2438
Octal27014724105414344754470
Binary101110001100111101000010101100110011100100111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B867A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B867A1; }

 p { color: rgb(184,103,161); }

 H1.HeaderClassName
 {
   color: #B867A1;
 }
 .AnyTagClassName
 {
   color: #B867A1;
 }
</style>
background-color css

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

 a { background-color: rgb(184,103,161); }

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

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

 span { border-color: rgb(184,103,161); }

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