Html Css Color HEX #B181DF Biloba Flower

📋 copy color: '#B181DF'

red 177 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #B181DF

Tints of Biloba Flower #B181DF

RGB

 RED value IS 177 (69.53% from 255) = 33.46%

 GREEN value IS 129 (50.78% from 255) = 24.39%

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

R = 33.46%
G = 24.39%
B = 42.16%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B181DF (or 0xB181DF) is known color: Biloba Flower. HEX triplet: B1, 81 and DF. RGB value is (177,129,223). Sum of RGB (Red+Green+Blue) = 177+129+223=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B181DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181DF is #4E7E20. Grayscale: #999999. Windows color (decimal): -5144097 or 14647729. OLE color: 14647729.

HSL color Cylindrical-coordinate representation of color #B181DF: hue angle of 270.64º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B181DF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 129 223 -
CMYK 0.21 0.42 0 0.13
HSL 270.64º 0.59% 0.69% -
HSV(B) 270.64º 0.42% 0.87% -
XYZ 39.3 30.38 73.6 -
YUV 154.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 177 129 223 0.21 0.42 0 0.13 270.64 0.59 0.69
Hex B1 81 DF 15 2A 0 D 10F 3B 45
Octal 261 201 337 25 52 0 15 417 73 105
Binary 10110001 10000001 11011111 10101 101010 0 1101 100001111 111011 1000101

Color Harmonies of #B181DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181DF

Black with #B181DF

Text Example


Text Example

White with #B181DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181DF; }

 p { color: rgb(177,129,223); }

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

background-color css

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

 a { background-color: rgb(177,129,223); }

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

border-color css

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

 span { border-color: rgb(177,129,223); }

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