#b693e4

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

Shades of Biloba Flower #B693E4

Tints of Biloba Flower #B693E4

Color information

#B693E4 (or 0xB693E4) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and E4. RGB value is (182,147,228). Sum of RGB (Red+Green+Blue) = 182+147+228=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #B693E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B693E4 is #496C1B. Grayscale: #A6A6A6. Windows color (decimal): -4811804 or 14980022. OLE color: 14980022.

HSL color Cylindrical-coordinate representation of color #B693E4: hue angle of 265.93º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B693E4 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182147228-
CMYK0.200.3600.11
HSL265.93º60%73.53%-
HSV(B)265.93º35.53%89.41%-
XYZ43.7336.4178.12-
YUV166.7162.6138.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=32.68%
G=26.39%
B=40.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821472280.200.3600.11265.936073.53
HexB693E414240B10a3c4a
Octal266223344244401341274112
Binary10110110100100111110010010100100100010111000010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b693e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b693e4; }

 p { color: rgb(182,147,228); }

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

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

 a { background-color: rgb(182,147,228); }

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

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

 span { border-color: rgb(182,147,228); }

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