Html Css Color HEX #B47CDE Biloba Flower

📋 copy color: '#B47CDE'

red 180 ◦ green 124 ◦ blue 222

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

Shades of Biloba Flower #B47CDE

Tints of Biloba Flower #B47CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 34.22%
G = 23.57%
B = 42.21%

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

#B47CDE (or 0xB47CDE) is known color: Biloba Flower. HEX triplet: B4, 7C and DE. RGB value is (180,124,222). Sum of RGB (Red+Green+Blue) = 180+124+222=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #B47CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47CDE is #4B8321. Grayscale: #979797. Windows color (decimal): -4948770 or 14580916. OLE color: 14580916.

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

Color convert

RGB 180 124 222 -
CMYK 0.19 0.44 0 0.13
HSL 274.29º 0.6% 0.68% -
HSV(B) 274.29º 0.44% 0.87% -
XYZ 39.21 29.39 72.71 -
YUV 151.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 180 124 222 0.19 0.44 0 0.13 274.29 0.6 0.68
Hex B4 7C DE 13 2C 0 D 112 3C 44
Octal 264 174 336 23 54 0 15 422 74 104
Binary 10110100 1111100 11011110 10011 101100 0 1101 100010010 111100 1000100

Color Harmonies of #B47CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CDE

Black with #B47CDE

Text Example


Text Example

White with #B47CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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