#B780FB

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

Shades of Biloba Flower #B780FB

Tints of Biloba Flower #B780FB

Color information

#B780FB (or 0xB780FB) is unknown color: approx Biloba Flower. HEX triplet: B7, 80 and FB. RGB value is (183,128,251). Sum of RGB (Red+Green+Blue) = 183+128+251=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #B780FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780FB is #487F04. Grayscale: #9E9E9E. Windows color (decimal): -4751109 or 16482487. OLE color: 16482487.

HSL color Cylindrical-coordinate representation of color #B780FB: hue angle of 266.83º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B780FB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183128251-
CMYK0.270.4900.02
HSL266.83º93.89%74.31%-
HSV(B)266.83º49%98.43%-
XYZ44.6632.4795.18-
YUV158.47180.22145.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=32.56%
G=22.78%
B=44.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831282510.270.4900.02266.8393.8974.31
HexB780FB1B310210b5e4a
Octal267200373336102413136112
Binary1011011110000000111110111101111000101010000101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780FB; }

 p { color: rgb(183,128,251); }

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

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

 a { background-color: rgb(183,128,251); }

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

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

 span { border-color: rgb(183,128,251); }

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