#B789F2

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

Shades of Biloba Flower #B789F2

Tints of Biloba Flower #B789F2

Color information

#B789F2 (or 0xB789F2) is unknown color: approx Biloba Flower. HEX triplet: B7, 89 and F2. RGB value is (183,137,242). Sum of RGB (Red+Green+Blue) = 183+137+242=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #B789F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B789F2 is #48760D. Grayscale: #A2A2A2. Windows color (decimal): -4748814 or 15894967. OLE color: 15894967.

HSL color Cylindrical-coordinate representation of color #B789F2: hue angle of 266.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B789F2 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183137242-
CMYK0.240.4300.05
HSL266.29º80.15%74.31%-
HSV(B)266.29º43.39%94.9%-
XYZ44.534.3788.29-
YUV162.72172.74142.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=32.56%
G=24.38%
B=43.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831372420.240.4300.05266.2980.1574.31
HexB789F2182B0510a504a
Octal267211362305305412120112
Binary10110111100010011111001011000101011010110000101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B789F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B789F2; }

 p { color: rgb(183,137,242); }

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

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

 a { background-color: rgb(183,137,242); }

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

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

 span { border-color: rgb(183,137,242); }

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