Html Css Color HEX #B47DDC Biloba Flower

📋 copy color: '#B47DDC'

red 180 ◦ green 125 ◦ blue 220

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

Shades of Biloba Flower #B47DDC

Tints of Biloba Flower #B47DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 34.29%
G = 23.81%
B = 41.9%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B47DDC (or 0xB47DDC) is known color: Biloba Flower. HEX triplet: B4, 7D and DC. RGB value is (180,125,220). Sum of RGB (Red+Green+Blue) = 180+125+220=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #B47DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DDC is #4B8223. Grayscale: #979797. Windows color (decimal): -4948516 or 14450100. OLE color: 14450100.

HSL color Cylindrical-coordinate representation of color #B47DDC: hue angle of 274.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47DDC is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 125 220 -
CMYK 0.18 0.43 0 0.14
HSL 274.74º 0.58% 0.68% -
HSV(B) 274.74º 0.43% 0.86% -
XYZ 39.07 29.54 71.35 -
YUV 152.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 180 125 220 0.18 0.43 0 0.14 274.74 0.58 0.68
Hex B4 7D DC 12 2B 0 E 113 3A 44
Octal 264 175 334 22 53 0 16 423 72 104
Binary 10110100 1111101 11011100 10010 101011 0 1110 100010011 111010 1000100

Color Harmonies of #B47DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DDC

Black with #B47DDC

Text Example


Text Example

White with #B47DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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