Html Css Color HEX #B47DE1 Biloba Flower

📋 copy color: '#B47DE1'

red 180 ◦ green 125 ◦ blue 225

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

Shades of Biloba Flower #B47DE1

Tints of Biloba Flower #B47DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.45%

R = 33.96%
G = 23.58%
B = 42.45%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B47DE1 (or 0xB47DE1) is known color: Biloba Flower. HEX triplet: B4, 7D and E1. RGB value is (180,125,225). Sum of RGB (Red+Green+Blue) = 180+125+225=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #B47DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DE1 is #4B821E. Grayscale: #989898. Windows color (decimal): -4948511 or 14777780. OLE color: 14777780.

HSL color Cylindrical-coordinate representation of color #B47DE1: hue angle of 273º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B47DE1 is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 125 225 -
CMYK 0.2 0.44 0 0.12
HSL 273º 0.63% 0.69% -
HSV(B) 273º 0.44% 0.88% -
XYZ 39.75 29.81 74.89 -
YUV 152.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 180 125 225 0.2 0.44 0 0.12 273 0.63 0.69
Hex B4 7D E1 14 2C 0 C 111 3E 45
Octal 264 175 341 24 54 0 14 421 76 105
Binary 10110100 1111101 11100001 10100 101100 0 1100 100010001 111110 1000101

Color Harmonies of #B47DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DE1

Black with #B47DE1

Text Example


Text Example

White with #B47DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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