Html Css Color HEX #B180EA Biloba Flower

📋 copy color: '#B180EA'

red 177 ◦ green 128 ◦ blue 234

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

Shades of Biloba Flower #B180EA

Tints of Biloba Flower #B180EA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.75%

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

R = 32.84%
G = 23.75%
B = 43.41%

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

#B180EA (or 0xB180EA) is known color: Biloba Flower. HEX triplet: B1, 80 and EA. RGB value is (177,128,234). Sum of RGB (Red+Green+Blue) = 177+128+234=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #B180EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B180EA is #4E7F15. Grayscale: #9A9A9A. Windows color (decimal): -5144342 or 15368369. OLE color: 15368369.

HSL color Cylindrical-coordinate representation of color #B180EA: hue angle of 267.74º degrees, saturation: 0.72, 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 #B180EA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 128 234 -
CMYK 0.24 0.45 0 0.08
HSL 267.74º 0.72% 0.71% -
HSV(B) 267.74º 0.45% 0.92% -
XYZ 40.7 30.73 81.63 -
YUV 154.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 177 128 234 0.24 0.45 0 0.08 267.74 0.72 0.71
Hex B1 80 EA 18 2D 0 8 10C 48 47
Octal 261 200 352 30 55 0 10 414 110 107
Binary 10110001 10000000 11101010 11000 101101 0 1000 100001100 1001000 1000111

Color Harmonies of #B180EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180EA

Black with #B180EA

Text Example


Text Example

White with #B180EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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