Html Css Color HEX #B47DF1 Biloba Flower

📋 copy color: '#B47DF1'

red 180 ◦ green 125 ◦ blue 241

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

Shades of Biloba Flower #B47DF1

Tints of Biloba Flower #B47DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.14%

R = 32.97%
G = 22.89%
B = 44.14%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B47DF1 (or 0xB47DF1) is known color: Biloba Flower. HEX triplet: B4, 7D and F1. RGB value is (180,125,241). Sum of RGB (Red+Green+Blue) = 180+125+241=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #B47DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DF1 is #4B820E. Grayscale: #9A9A9A. Windows color (decimal): -4948495 or 15826356. OLE color: 15826356.

HSL color Cylindrical-coordinate representation of color #B47DF1: hue angle of 268.45º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47DF1 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 125 241 -
CMYK 0.25 0.48 0 0.05
HSL 268.45º 0.81% 0.72% -
HSV(B) 268.45º 0.48% 0.95% -
XYZ 42.03 30.72 86.93 -
YUV 154.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 180 125 241 0.25 0.48 0 0.05 268.45 0.81 0.72
Hex B4 7D F1 19 30 0 5 10C 51 48
Octal 264 175 361 31 60 0 5 414 121 110
Binary 10110100 1111101 11110001 11001 110000 0 101 100001100 1010001 1001000

Color Harmonies of #B47DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DF1

Black with #B47DF1

Text Example


Text Example

White with #B47DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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