#BB8FCF

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

Shades of Wisteria #BB8FCF

Tints of Wisteria #BB8FCF

Color information

#BB8FCF (or 0xBB8FCF) is unknown color: approx Wisteria. HEX triplet: BB, 8F and CF. RGB value is (187,143,207). Sum of RGB (Red+Green+Blue) = 187+143+207=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FCF is #447030. Grayscale: #A3A3A3. Windows color (decimal): -4485169 or 13602747. OLE color: 13602747.

HSL color Cylindrical-coordinate representation of color #BB8FCF: hue angle of 281.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8FCF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187143207-
CMYK0.100.3100.19
HSL281.25º40%68.63%-
HSV(B)281.25º30.92%81.18%-
XYZ41.5834.7163.54-
YUV163.45152.58144.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=34.82%
G=26.63%
B=38.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871432070.100.3100.19281.254068.63
HexBB8FCFA1F0131192845
Octal273217317123702343150105
Binary1011101110001111110011111010111110100111000110011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FCF; }

 p { color: rgb(187,143,207); }

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

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

 a { background-color: rgb(187,143,207); }

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

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

 span { border-color: rgb(187,143,207); }

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