Html Css Color HEX #B3A1F1 Biloba Flower

📋 copy color: '#B3A1F1'

red 179 ◦ green 161 ◦ blue 241

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

Shades of Biloba Flower #B3A1F1

Tints of Biloba Flower #B3A1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.48%

R = 30.81%
G = 27.71%
B = 41.48%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3A1F1 (or 0xB3A1F1) is known color: Biloba Flower. HEX triplet: B3, A1 and F1. RGB value is (179,161,241). Sum of RGB (Red+Green+Blue) = 179+161+241=581 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.81% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3A1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A1F1 is #4C5E0E. Grayscale: #AFAFAF. Windows color (decimal): -5004815 or 15835571. OLE color: 15835571.

HSL color Cylindrical-coordinate representation of color #B3A1F1: hue angle of 253.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3A1F1 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 161 241 -
CMYK 0.26 0.33 0 0.05
HSL 253.5º 0.74% 0.79% -
HSV(B) 253.5º 0.33% 0.95% -
XYZ 47.21 41.42 88.73 -
YUV 175.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 179 161 241 0.26 0.33 0 0.05 253.5 0.74 0.79
Hex B3 A1 F1 1A 21 0 5 FE 4A 4F
Octal 263 241 361 32 41 0 5 376 112 117
Binary 10110011 10100001 11110001 11010 100001 0 101 11111110 1001010 1001111

Color Harmonies of #B3A1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A1F1

Black with #B3A1F1

Text Example


Text Example

White with #B3A1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A1F1; }

 p { color: rgb(179,161,241); }

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

background-color css

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

 a { background-color: rgb(179,161,241); }

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

border-color css

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

 span { border-color: rgb(179,161,241); }

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