Html Css Color HEX #B181EA Biloba Flower

📋 copy color: '#B181EA'

red 177 ◦ green 129 ◦ blue 234

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

Shades of Biloba Flower #B181EA

Tints of Biloba Flower #B181EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 32.78%
G = 23.89%
B = 43.33%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B181EA (or 0xB181EA) is known color: Biloba Flower. HEX triplet: B1, 81 and EA. RGB value is (177,129,234). Sum of RGB (Red+Green+Blue) = 177+129+234=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #B181EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181EA is #4E7E15. Grayscale: #9A9A9A. Windows color (decimal): -5144086 or 15368625. OLE color: 15368625.

HSL color Cylindrical-coordinate representation of color #B181EA: hue angle of 267.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B181EA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 129 234 -
CMYK 0.24 0.45 0 0.08
HSL 267.43º 0.71% 0.71% -
HSV(B) 267.43º 0.45% 0.92% -
XYZ 40.83 30.99 81.67 -
YUV 155.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 177 129 234 0.24 0.45 0 0.08 267.43 0.71 0.71
Hex B1 81 EA 18 2D 0 8 10B 47 47
Octal 261 201 352 30 55 0 10 413 107 107
Binary 10110001 10000001 11101010 11000 101101 0 1000 100001011 1000111 1000111

Color Harmonies of #B181EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181EA

Black with #B181EA

Text Example


Text Example

White with #B181EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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