#B78AED

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

Shades of Biloba Flower #B78AED

Tints of Biloba Flower #B78AED

Color information

#B78AED (or 0xB78AED) is unknown color: approx Biloba Flower. HEX triplet: B7, 8A and ED. RGB value is (183,138,237). Sum of RGB (Red+Green+Blue) = 183+138+237=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #B78AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78AED is #487512. Grayscale: #A2A2A2. Windows color (decimal): -4748563 or 15567543. OLE color: 15567543.

HSL color Cylindrical-coordinate representation of color #B78AED: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78AED is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183138237-
CMYK0.230.4200.07
HSL267.27º73.33%73.53%-
HSV(B)267.27º41.77%92.94%-
XYZ43.934.3684.44-
YUV162.74169.91142.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 237 (92.97% from 255) = 42.47%
R=32.80%
G=24.73%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831382370.230.4200.07267.2773.3373.53
HexB78AED172A0710b494a
Octal267212355275207413111112
Binary10110111100010101110110110111101010011110000101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78AED; }

 p { color: rgb(183,138,237); }

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

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

 a { background-color: rgb(183,138,237); }

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

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

 span { border-color: rgb(183,138,237); }

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