#B27FDA

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

Shades of Biloba Flower #B27FDA

Tints of Biloba Flower #B27FDA

Color information

#B27FDA (or 0xB27FDA) is unknown color: approx Biloba Flower. HEX triplet: B2, 7F and DA. RGB value is (178,127,218). Sum of RGB (Red+Green+Blue) = 178+127+218=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #B27FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FDA is #4D8025. Grayscale: #989898. Windows color (decimal): -5079078 or 14319538. OLE color: 14319538.

HSL color Cylindrical-coordinate representation of color #B27FDA: hue angle of 273.63º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B27FDA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB178127218-
CMYK0.180.4200.15
HSL273.63º55.15%67.65%-
HSV(B)273.63º41.74%85.49%-
XYZ38.629.7170.03-
YUV152.62164.9146.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=34.03%
G=24.28%
B=41.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781272180.180.4200.15273.6355.1567.65
HexB27FDA122A0F1123744
Octal262177332225201742267104
Binary1011001011111111101101010010101010011111000100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FDA; }

 p { color: rgb(178,127,218); }

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

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

 a { background-color: rgb(178,127,218); }

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

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

 span { border-color: rgb(178,127,218); }

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