Html Css Color HEX #B980EC Biloba Flower

📋 copy color: '#B980EC'

red 185 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #B980EC

Tints of Biloba Flower #B980EC

RGB

 RED value IS 185 (72.66% from 255) = 33.7%

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

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

R = 33.7%
G = 23.32%
B = 42.99%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B980EC (or 0xB980EC) is known color: Biloba Flower. HEX triplet: B9, 80 and EC. RGB value is (185,128,236). Sum of RGB (Red+Green+Blue) = 185+128+236=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #B980EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980EC is #467F13. Grayscale: #9C9C9C. Windows color (decimal): -4620052 or 15499449. OLE color: 15499449.

HSL color Cylindrical-coordinate representation of color #B980EC: hue angle of 271.67º 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 #B980EC is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 128 236 -
CMYK 0.22 0.46 0 0.07
HSL 271.67º 0.74% 0.71% -
HSV(B) 271.67º 0.46% 0.93% -
XYZ 42.87 31.81 83.24 -
YUV 157.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 185 128 236 0.22 0.46 0 0.07 271.67 0.74 0.71
Hex B9 80 EC 16 2E 0 7 110 4A 47
Octal 271 200 354 26 56 0 7 420 112 107
Binary 10111001 10000000 11101100 10110 101110 0 111 100010000 1001010 1000111

Color Harmonies of #B980EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980EC

Black with #B980EC

Text Example


Text Example

White with #B980EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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