Html Css Color HEX #B181ED Biloba Flower

📋 copy color: '#B181ED'

red 177 ◦ green 129 ◦ blue 237

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

Shades of Biloba Flower #B181ED

Tints of Biloba Flower #B181ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 32.6%
G = 23.76%
B = 43.65%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B181ED (or 0xB181ED) is known color: Biloba Flower. HEX triplet: B1, 81 and ED. RGB value is (177,129,237). Sum of RGB (Red+Green+Blue) = 177+129+237=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #B181ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181ED is #4E7E12. Grayscale: #9B9B9B. Windows color (decimal): -5144083 or 15565233. OLE color: 15565233.

HSL color Cylindrical-coordinate representation of color #B181ED: hue angle of 266.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B181ED is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 129 237 -
CMYK 0.25 0.46 0 0.07
HSL 266.67º 0.75% 0.72% -
HSV(B) 266.67º 0.46% 0.93% -
XYZ 41.27 31.16 83.96 -
YUV 155.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 177 129 237 0.25 0.46 0 0.07 266.67 0.75 0.72
Hex B1 81 ED 19 2E 0 7 10B 4B 48
Octal 261 201 355 31 56 0 7 413 113 110
Binary 10110001 10000001 11101101 11001 101110 0 111 100001011 1001011 1001000

Color Harmonies of #B181ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181ED

Black with #B181ED

Text Example


Text Example

White with #B181ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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