Html Css Color HEX #B47AE7 Biloba Flower

📋 copy color: '#B47AE7'

red 180 ◦ green 122 ◦ blue 231

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

Shades of Biloba Flower #B47AE7

Tints of Biloba Flower #B47AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.34%

R = 33.77%
G = 22.89%
B = 43.34%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B47AE7 (or 0xB47AE7) is known color: Biloba Flower. HEX triplet: B4, 7A and E7. RGB value is (180,122,231). Sum of RGB (Red+Green+Blue) = 180+122+231=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #B47AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47AE7 is #4B8518. Grayscale: #979797. Windows color (decimal): -4949273 or 15170228. OLE color: 15170228.

HSL color Cylindrical-coordinate representation of color #B47AE7: hue angle of 271.93º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B47AE7 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 122 231 -
CMYK 0.22 0.47 0 0.09
HSL 271.93º 0.69% 0.69% -
HSV(B) 271.93º 0.47% 0.91% -
XYZ 40.21 29.39 79.16 -
YUV 151.77 172.72 148.14 -
System Red Green Blue C M Y K H S L
Decimal 180 122 231 0.22 0.47 0 0.09 271.93 0.69 0.69
Hex B4 7A E7 16 2F 0 9 110 45 45
Octal 264 172 347 26 57 0 11 420 105 105
Binary 10110100 1111010 11100111 10110 101111 0 1001 100010000 1000101 1000101

Color Harmonies of #B47AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47AE7

Black with #B47AE7

Text Example


Text Example

White with #B47AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47AE7; }

 p { color: rgb(180,122,231); }

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

background-color css

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

 a { background-color: rgb(180,122,231); }

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

border-color css

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

 span { border-color: rgb(180,122,231); }

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