#B293CD

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

Shades of Biloba Flower #B293CD

Tints of Biloba Flower #B293CD

Color information

#B293CD (or 0xB293CD) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and CD. RGB value is (178,147,205). Sum of RGB (Red+Green+Blue) = 178+147+205=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #B293CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293CD is #4D6C32. Grayscale: #A2A2A2. Windows color (decimal): -5073971 or 13472690. OLE color: 13472690.

HSL color Cylindrical-coordinate representation of color #B293CD: hue angle of 272.07º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B293CD is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178147205-
CMYK0.130.2800.20
HSL272.07º36.71%69.02%-
HSV(B)272.07º28.29%80.39%-
XYZ39.8134.7462.36-
YUV162.88151.77138.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=33.58%
G=27.74%
B=38.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781472050.130.2800.20272.0736.7169.02
HexB293CDD1C0141102545
Octal262223315153402442045105
Binary1011001010010011110011011101111000101001000100001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293CD; }

 p { color: rgb(178,147,205); }

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

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

 a { background-color: rgb(178,147,205); }

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

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

 span { border-color: rgb(178,147,205); }

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