Html Css Color HEX #B47ADD Biloba Flower

📋 copy color: '#B47ADD'

red 180 ◦ green 122 ◦ blue 221

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

Shades of Biloba Flower #B47ADD

Tints of Biloba Flower #B47ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 34.42%
G = 23.33%
B = 42.26%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B47ADD (or 0xB47ADD) is known color: Biloba Flower. HEX triplet: B4, 7A and DD. RGB value is (180,122,221). Sum of RGB (Red+Green+Blue) = 180+122+221=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ADD is #4B8522. Grayscale: #969696. Windows color (decimal): -4949283 or 14514868. OLE color: 14514868.

HSL color Cylindrical-coordinate representation of color #B47ADD: hue angle of 275.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B47ADD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 122 221 -
CMYK 0.19 0.45 0 0.13
HSL 275.15º 0.59% 0.67% -
HSV(B) 275.15º 0.45% 0.87% -
XYZ 38.83 28.84 71.93 -
YUV 150.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 180 122 221 0.19 0.45 0 0.13 275.15 0.59 0.67
Hex B4 7A DD 13 2D 0 D 113 3B 43
Octal 264 172 335 23 55 0 15 423 73 103
Binary 10110100 1111010 11011101 10011 101101 0 1101 100010011 111011 1000011

Color Harmonies of #B47ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47ADD

Black with #B47ADD

Text Example


Text Example

White with #B47ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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