Html Css Color HEX #B3A4EA Biloba Flower

📋 copy color: '#B3A4EA'

red 179 ◦ green 164 ◦ blue 234

#B3A4EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B3A4EA

Tints of Biloba Flower #B3A4EA

RGB

 RED value IS 179 (70.31% from 255) = 31.02%

 GREEN value IS 164 (64.45% from 255) = 28.42%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 31.02%
G = 28.42%
B = 40.55%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B3A4EA (or 0xB3A4EA) is known color: Biloba Flower. HEX triplet: B3, A4 and EA. RGB value is (179,164,234). Sum of RGB (Red+Green+Blue) = 179+164+234=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A4EA is #4C5B15. Grayscale: #B0B0B0. Windows color (decimal): -5004054 or 15377587. OLE color: 15377587.

HSL color Cylindrical-coordinate representation of color #B3A4EA: hue angle of 252.86º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3A4EA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 164 234 -
CMYK 0.24 0.30 0 0.08
HSL 252.86º 0.63% 0.78% -
HSV(B) 252.86º 0.3% 0.92% -
XYZ 46.72 42.08 83.5 -
YUV 176.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 179 164 234 0.24 0.30 0 0.08 252.86 0.63 0.78
Hex B3 A4 EA 18 1E 0 8 FD 3E 4E
Octal 263 244 352 30 36 0 10 375 76 116
Binary 10110011 10100100 11101010 11000 11110 0 1000 11111101 111110 1001110

Color Harmonies of #B3A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A4EA

Black with #B3A4EA

Text Example


Text Example

White with #B3A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A4EA; }

 p { color: rgb(179,164,234); }

 H1.HeaderClassName
 {
   color: #B3A4EA;
 }
 .AnyTagClassName
 {
   color: #B3A4EA;
 }
</style>

background-color css

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

 a { background-color: rgb(179,164,234); }

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

border-color css

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

 span { border-color: rgb(179,164,234); }

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