Html Css Color HEX #B180EC Biloba Flower

📋 copy color: '#B180EC'

red 177 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #B180EC

Tints of Biloba Flower #B180EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 32.72%
G = 23.66%
B = 43.62%

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

#B180EC (or 0xB180EC) is known color: Biloba Flower. HEX triplet: B1, 80 and EC. RGB value is (177,128,236). Sum of RGB (Red+Green+Blue) = 177+128+236=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #B180EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B180EC is #4E7F13. Grayscale: #9A9A9A. Windows color (decimal): -5144340 or 15499441. OLE color: 15499441.

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

Color convert

RGB 177 128 236 -
CMYK 0.25 0.46 0 0.07
HSL 267.22º 0.74% 0.71% -
HSV(B) 267.22º 0.46% 0.93% -
XYZ 40.99 30.84 83.15 -
YUV 154.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 177 128 236 0.25 0.46 0 0.07 267.22 0.74 0.71
Hex B1 80 EC 19 2E 0 7 10B 4A 47
Octal 261 200 354 31 56 0 7 413 112 107
Binary 10110001 10000000 11101100 11001 101110 0 111 100001011 1001010 1000111

Color Harmonies of #B180EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180EC

Black with #B180EC

Text Example


Text Example

White with #B180EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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