Html Css Color HEX #B47CDF Biloba Flower

📋 copy color: '#B47CDF'

red 180 ◦ green 124 ◦ blue 223

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

Shades of Biloba Flower #B47CDF

Tints of Biloba Flower #B47CDF

RGB

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

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

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

R = 34.16%
G = 23.53%
B = 42.31%

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

#B47CDF (or 0xB47CDF) is known color: Biloba Flower. HEX triplet: B4, 7C and DF. RGB value is (180,124,223). Sum of RGB (Red+Green+Blue) = 180+124+223=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B47CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CDF is #4B8320. Grayscale: #979797. Windows color (decimal): -4948769 or 14646452. OLE color: 14646452.

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

Color convert

RGB 180 124 223 -
CMYK 0.19 0.44 0 0.13
HSL 273.94º 0.61% 0.68% -
HSV(B) 273.94º 0.44% 0.87% -
XYZ 39.35 29.45 73.42 -
YUV 152.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 180 124 223 0.19 0.44 0 0.13 273.94 0.61 0.68
Hex B4 7C DF 13 2C 0 D 112 3D 44
Octal 264 174 337 23 54 0 15 422 75 104
Binary 10110100 1111100 11011111 10011 101100 0 1101 100010010 111101 1000100

Color Harmonies of #B47CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CDF

Black with #B47CDF

Text Example


Text Example

White with #B47CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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