Html Css Color HEX #B47BDD Biloba Flower

📋 copy color: '#B47BDD'

red 180 ◦ green 123 ◦ blue 221

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

Shades of Biloba Flower #B47BDD

Tints of Biloba Flower #B47BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.47%

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

R = 34.35%
G = 23.47%
B = 42.18%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B47BDD (or 0xB47BDD) is known color: Biloba Flower. HEX triplet: B4, 7B and DD. RGB value is (180,123,221). Sum of RGB (Red+Green+Blue) = 180+123+221=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47BDD is #4B8422. Grayscale: #969696. Windows color (decimal): -4949027 or 14515124. OLE color: 14515124.

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

Color convert

RGB 180 123 221 -
CMYK 0.19 0.44 0 0.13
HSL 274.9º 0.59% 0.67% -
HSV(B) 274.9º 0.44% 0.87% -
XYZ 38.96 29.09 71.97 -
YUV 151.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 180 123 221 0.19 0.44 0 0.13 274.9 0.59 0.67
Hex B4 7B DD 13 2C 0 D 113 3B 43
Octal 264 173 335 23 54 0 15 423 73 103
Binary 10110100 1111011 11011101 10011 101100 0 1101 100010011 111011 1000011

Color Harmonies of #B47BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BDD

Black with #B47BDD

Text Example


Text Example

White with #B47BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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