#b785ff

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

Shades of Biloba Flower #B785FF

Tints of Biloba Flower #B785FF

Color information

#B785FF (or 0xB785FF) is unknown color: approx Biloba Flower. HEX triplet: B7, 85 and FF. RGB value is (183,133,255). Sum of RGB (Red+Green+Blue) = 183+133+255=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B785FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B785FF is #487A00. Grayscale: #A1A1A1. Windows color (decimal): -4749825 or 16745911. OLE color: 16745911.

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

Color convert

RGB183133255-
CMYK0.280.4800
HSL264.59º100%76.08%-
HSV(B)264.59º47.84%100%-
XYZ45.9734.0698.76-
YUV161.86180.56143.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 255 (100% from 255) = 44.66%
R=32.05%
G=23.29%
B=44.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831332550.280.4800264.5910076.08
HexB785FF1C3000109644c
Octal267205377346000411144114
Binary101101111000010111111111111001100000010000100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b785ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b785ff; }

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

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

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

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

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

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

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

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