#B785FE

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

Shades of Biloba Flower #B785FE

Tints of Biloba Flower #B785FE

Color information

#B785FE (or 0xB785FE) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and FE. RGB value is (183,133,254). Sum of RGB (Red+Green+Blue) = 183+133+254=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #B785FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785FE is #487A01. Grayscale: #A1A1A1. Windows color (decimal): -4749826 or 16680375. OLE color: 16680375.

HSL color Cylindrical-coordinate representation of color #B785FE: hue angle of 264.79º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B785FE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183133254-
CMYK0.280.4800.00
HSL264.79º98.37%75.88%-
HSV(B)264.79º47.64%99.61%-
XYZ45.813497.91-
YUV161.74180.06143.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=32.11%
G=23.33%
B=44.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831332540.280.4800.00264.7998.3775.88
HexB785FE1C3000109624c
Octal267205376346000411142114
Binary101101111000010111111110111001100000010000100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785FE; }

 p { color: rgb(183,133,254); }

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

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

 a { background-color: rgb(183,133,254); }

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

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

 span { border-color: rgb(183,133,254); }

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