Html Css Color HEX #B181E0 Biloba Flower

📋 copy color: '#B181E0'

red 177 ◦ green 129 ◦ blue 224

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

Shades of Biloba Flower #B181E0

Tints of Biloba Flower #B181E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 33.4%
G = 24.34%
B = 42.26%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B181E0 (or 0xB181E0) is known color: Biloba Flower. HEX triplet: B1, 81 and E0. RGB value is (177,129,224). Sum of RGB (Red+Green+Blue) = 177+129+224=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #B181E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B181E0 is #4E7E1F. Grayscale: #999999. Windows color (decimal): -5144096 or 14713265. OLE color: 14713265.

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

Color convert

RGB 177 129 224 -
CMYK 0.21 0.42 0 0.12
HSL 270.32º 0.61% 0.69% -
HSV(B) 270.32º 0.42% 0.88% -
XYZ 39.44 30.43 74.32 -
YUV 154.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 177 129 224 0.21 0.42 0 0.12 270.32 0.61 0.69
Hex B1 81 E0 15 2A 0 C 10E 3D 45
Octal 261 201 340 25 52 0 14 416 75 105
Binary 10110001 10000001 11100000 10101 101010 0 1100 100001110 111101 1000101

Color Harmonies of #B181E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181E0

Black with #B181E0

Text Example


Text Example

White with #B181E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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