#b381ed

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

Shades of Biloba Flower #B381ED

Tints of Biloba Flower #B381ED

Color information

#B381ED (or 0xB381ED) is unknown color: approx Biloba Flower. HEX triplet: B3, 81 and ED. RGB value is (179,129,237). Sum of RGB (Red+Green+Blue) = 179+129+237=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #B381ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B381ED is #4C7E12. Grayscale: #9B9B9B. Windows color (decimal): -5013011 or 15565235. OLE color: 15565235.

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

Color convert

RGB179129237-
CMYK0.240.4600.07
HSL267.78º75%71.76%-
HSV(B)267.78º45.57%92.94%-
XYZ41.7331.483.98-
YUV156.26173.56144.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=32.84%
G=23.67%
B=43.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791292370.240.4600.07267.787571.76
HexB381ED182E0710c4b48
Octal263201355305607414113110
Binary10110011100000011110110111000101110011110000110010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b381ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b381ed; }

 p { color: rgb(179,129,237); }

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

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

 a { background-color: rgb(179,129,237); }

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

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

 span { border-color: rgb(179,129,237); }

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