Html Css Color HEX #B47DDF Biloba Flower

📋 copy color: '#B47DDF'

red 180 ◦ green 125 ◦ blue 223

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

Shades of Biloba Flower #B47DDF

Tints of Biloba Flower #B47DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 34.09%
G = 23.67%
B = 42.23%

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

#B47DDF (or 0xB47DDF) is known color: Biloba Flower. HEX triplet: B4, 7D and DF. RGB value is (180,125,223). Sum of RGB (Red+Green+Blue) = 180+125+223=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B47DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DDF is #4B8220. Grayscale: #989898. Windows color (decimal): -4948513 or 14646708. OLE color: 14646708.

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

Color convert

RGB 180 125 223 -
CMYK 0.19 0.44 0 0.13
HSL 273.67º 0.6% 0.68% -
HSV(B) 273.67º 0.44% 0.87% -
XYZ 39.48 29.7 73.46 -
YUV 152.62 167.72 147.53 -
System Red Green Blue C M Y K H S L
Decimal 180 125 223 0.19 0.44 0 0.13 273.67 0.6 0.68
Hex B4 7D DF 13 2C 0 D 112 3C 44
Octal 264 175 337 23 54 0 15 422 74 104
Binary 10110100 1111101 11011111 10011 101100 0 1101 100010010 111100 1000100

Color Harmonies of #B47DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DDF

Black with #B47DDF

Text Example


Text Example

White with #B47DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DDF; }

 p { color: rgb(180,125,223); }

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

background-color css

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

 a { background-color: rgb(180,125,223); }

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

border-color css

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

 span { border-color: rgb(180,125,223); }

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