#B38AFD

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

Shades of Biloba Flower #B38AFD

Tints of Biloba Flower #B38AFD

Color information

#B38AFD (or 0xB38AFD) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and FD. RGB value is (179,138,253). Sum of RGB (Red+Green+Blue) = 179+138+253=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #B38AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AFD is #4C7502. Grayscale: #A2A2A2. Windows color (decimal): -5010691 or 16616115. OLE color: 16616115.

HSL color Cylindrical-coordinate representation of color #B38AFD: hue angle of 261.39º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B38AFD is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179138253-
CMYK0.290.4500.01
HSL261.39º96.64%76.67%-
HSV(B)261.39º45.45%99.22%-
XYZ45.4134.8597.26-
YUV163.37178.58139.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.40%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=31.40%
G=24.21%
B=44.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791382530.290.4500.01261.3996.6476.67
HexB38AFD1D2D01105614d
Octal263212375355501405141115
Binary101100111000101011111101111011011010110000010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AFD; }

 p { color: rgb(179,138,253); }

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

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

 a { background-color: rgb(179,138,253); }

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

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

 span { border-color: rgb(179,138,253); }

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