#B48FEE

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

Shades of Biloba Flower #B48FEE

Tints of Biloba Flower #B48FEE

Color information

#B48FEE (or 0xB48FEE) is unknown color: approx Biloba Flower. HEX triplet: B4, 8F and EE. RGB value is (180,143,238). Sum of RGB (Red+Green+Blue) = 180+143+238=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #B48FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48FEE is #4B7011. Grayscale: #A4A4A4. Windows color (decimal): -4943890 or 15634356. OLE color: 15634356.

HSL color Cylindrical-coordinate representation of color #B48FEE: hue angle of 263.37º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B48FEE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180143238-
CMYK0.240.4000.07
HSL263.37º73.64%74.71%-
HSV(B)263.37º39.92%93.33%-
XYZ44.0835.5285.42-
YUV164.89169.26138.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 143 (56.25% from 255) = 25.49%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=32.09%
G=25.49%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801432380.240.4000.07263.3773.6474.71
HexB48FEE1828071074a4b
Octal264217356305007407112113
Binary10110100100011111110111011000101000011110000011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FEE; }

 p { color: rgb(180,143,238); }

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

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

 a { background-color: rgb(180,143,238); }

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

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

 span { border-color: rgb(180,143,238); }

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