Html Css Color HEX #B6A1E2 Biloba Flower

📋 copy color: '#B6A1E2'

red 182 ◦ green 161 ◦ blue 226

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

Shades of Biloba Flower #B6A1E2

Tints of Biloba Flower #B6A1E2

RGB

 RED value IS 182 (71.48% from 255) = 31.99%

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

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 31.99%
G = 28.3%
B = 39.72%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B6A1E2 (or 0xB6A1E2) is known color: Biloba Flower. HEX triplet: B6, A1 and E2. RGB value is (182,161,226). Sum of RGB (Red+Green+Blue) = 182+161+226=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 226 - color contains mainly: blue. Hex color #B6A1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1E2 is #495E1D. Grayscale: #AEAEAE. Windows color (decimal): -4808222 or 14852534. OLE color: 14852534.

HSL color Cylindrical-coordinate representation of color #B6A1E2: hue angle of 259.38º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6A1E2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 161 226 -
CMYK 0.19 0.29 0 0.11
HSL 259.38º 0.53% 0.76% -
HSV(B) 259.38º 0.29% 0.89% -
XYZ 45.76 40.93 77.44 -
YUV 174.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 182 161 226 0.19 0.29 0 0.11 259.38 0.53 0.76
Hex B6 A1 E2 13 1D 0 B 103 35 4C
Octal 266 241 342 23 35 0 13 403 65 114
Binary 10110110 10100001 11100010 10011 11101 0 1011 100000011 110101 1001100

Color Harmonies of #B6A1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A1E2

Black with #B6A1E2

Text Example


Text Example

White with #B6A1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A1E2; }

 p { color: rgb(182,161,226); }

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

background-color css

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

 a { background-color: rgb(182,161,226); }

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

border-color css

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

 span { border-color: rgb(182,161,226); }

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