Html Css Color HEX #B4A1EB Biloba Flower

📋 copy color: '#B4A1EB'

red 180 ◦ green 161 ◦ blue 235

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

Shades of Biloba Flower #B4A1EB

Tints of Biloba Flower #B4A1EB

RGB

 RED value IS 180 (70.7% from 255) = 31.25%

 GREEN value IS 161 (63.28% from 255) = 27.95%

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 31.25%
G = 27.95%
B = 40.8%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B4A1EB (or 0xB4A1EB) is known color: Biloba Flower. HEX triplet: B4, A1 and EB. RGB value is (180,161,235). Sum of RGB (Red+Green+Blue) = 180+161+235=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4A1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A1EB is #4B5E14. Grayscale: #AEAEAE. Windows color (decimal): -4939285 or 15442356. OLE color: 15442356.

HSL color Cylindrical-coordinate representation of color #B4A1EB: hue angle of 255.41º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4A1EB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 161 235 -
CMYK 0.23 0.31 0 0.08
HSL 255.41º 0.65% 0.78% -
HSV(B) 255.41º 0.31% 0.92% -
XYZ 46.56 41.19 84.09 -
YUV 175.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 180 161 235 0.23 0.31 0 0.08 255.41 0.65 0.78
Hex B4 A1 EB 17 1F 0 8 FF 41 4E
Octal 264 241 353 27 37 0 10 377 101 116
Binary 10110100 10100001 11101011 10111 11111 0 1000 11111111 1000001 1001110

Color Harmonies of #B4A1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A1EB

Black with #B4A1EB

Text Example


Text Example

White with #B4A1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A1EB; }

 p { color: rgb(180,161,235); }

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

background-color css

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

 a { background-color: rgb(180,161,235); }

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

border-color css

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

 span { border-color: rgb(180,161,235); }

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