#B27FEE

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

Shades of Biloba Flower #B27FEE

Tints of Biloba Flower #B27FEE

Color information

#B27FEE (or 0xB27FEE) is unknown color: approx Biloba Flower. HEX triplet: B2, 7F and EE. RGB value is (178,127,238). Sum of RGB (Red+Green+Blue) = 178+127+238=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #B27FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FEE is #4D8011. Grayscale: #9A9A9A. Windows color (decimal): -5079058 or 15630258. OLE color: 15630258.

HSL color Cylindrical-coordinate representation of color #B27FEE: hue angle of 267.57º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27FEE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178127238-
CMYK0.250.4700.07
HSL267.57º76.55%71.57%-
HSV(B)267.57º46.64%93.33%-
XYZ41.3830.8284.66-
YUV154.9174.9144.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 127 (50% from 255) = 23.39%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=32.78%
G=23.39%
B=43.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781272380.250.4700.07267.5776.5571.57
HexB27FEE192F0710c4d48
Octal262177356315707414115110
Binary1011001011111111110111011001101111011110000110010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FEE; }

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

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

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

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

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

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

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

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