Html Css Color HEX #B47CDD Biloba Flower

📋 copy color: '#B47CDD'

red 180 ◦ green 124 ◦ blue 221

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

Shades of Biloba Flower #B47CDD

Tints of Biloba Flower #B47CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.62%

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

R = 34.29%
G = 23.62%
B = 42.1%

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

#B47CDD (or 0xB47CDD) is known color: Biloba Flower. HEX triplet: B4, 7C and DD. RGB value is (180,124,221). Sum of RGB (Red+Green+Blue) = 180+124+221=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B47CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CDD is #4B8322. Grayscale: #979797. Windows color (decimal): -4948771 or 14515380. OLE color: 14515380.

HSL color Cylindrical-coordinate representation of color #B47CDD: hue angle of 274.64º degrees, saturation: 0.59, 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 #B47CDD is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 124 221 -
CMYK 0.19 0.44 0 0.13
HSL 274.64º 0.59% 0.68% -
HSV(B) 274.64º 0.44% 0.87% -
XYZ 39.08 29.34 72.01 -
YUV 151.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 180 124 221 0.19 0.44 0 0.13 274.64 0.59 0.68
Hex B4 7C DD 13 2C 0 D 113 3B 44
Octal 264 174 335 23 54 0 15 423 73 104
Binary 10110100 1111100 11011101 10011 101100 0 1101 100010011 111011 1000100

Color Harmonies of #B47CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CDD

Black with #B47CDD

Text Example


Text Example

White with #B47CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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