Html Css Color HEX #B37AE1 Biloba Flower

📋 copy color: '#B37AE1'

red 179 ◦ green 122 ◦ blue 225

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

Shades of Biloba Flower #B37AE1

Tints of Biloba Flower #B37AE1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.19%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 34.03%
G = 23.19%
B = 42.78%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B37AE1 (or 0xB37AE1) is known color: Biloba Flower. HEX triplet: B3, 7A and E1. RGB value is (179,122,225). Sum of RGB (Red+Green+Blue) = 179+122+225=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #B37AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37AE1 is #4C851E. Grayscale: #969696. Windows color (decimal): -5014815 or 14777011. OLE color: 14777011.

HSL color Cylindrical-coordinate representation of color #B37AE1: hue angle of 273.2º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B37AE1 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 122 225 -
CMYK 0.20 0.46 0 0.12
HSL 273.2º 0.63% 0.68% -
HSV(B) 273.2º 0.46% 0.88% -
XYZ 39.14 28.94 74.76 -
YUV 150.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 179 122 225 0.20 0.46 0 0.12 273.2 0.63 0.68
Hex B3 7A E1 14 2E 0 C 111 3F 44
Octal 263 172 341 24 56 0 14 421 77 104
Binary 10110011 1111010 11100001 10100 101110 0 1100 100010001 111111 1000100

Color Harmonies of #B37AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AE1

Black with #B37AE1

Text Example


Text Example

White with #B37AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AE1; }

 p { color: rgb(179,122,225); }

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

background-color css

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

 a { background-color: rgb(179,122,225); }

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

border-color css

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

 span { border-color: rgb(179,122,225); }

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