Html Css Color HEX #B980EA Biloba Flower

📋 copy color: '#B980EA'

red 185 ◦ green 128 ◦ blue 234

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

Shades of Biloba Flower #B980EA

Tints of Biloba Flower #B980EA

RGB

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

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

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

R = 33.82%
G = 23.4%
B = 42.78%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B980EA (or 0xB980EA) is known color: Biloba Flower. HEX triplet: B9, 80 and EA. RGB value is (185,128,234). Sum of RGB (Red+Green+Blue) = 185+128+234=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #B980EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980EA is #467F15. Grayscale: #9C9C9C. Windows color (decimal): -4620054 or 15368377. OLE color: 15368377.

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

Color convert

RGB 185 128 234 -
CMYK 0.21 0.45 0 0.08
HSL 272.26º 0.72% 0.71% -
HSV(B) 272.26º 0.45% 0.92% -
XYZ 42.58 31.69 81.72 -
YUV 157.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 185 128 234 0.21 0.45 0 0.08 272.26 0.72 0.71
Hex B9 80 EA 15 2D 0 8 110 48 47
Octal 271 200 352 25 55 0 10 420 110 107
Binary 10111001 10000000 11101010 10101 101101 0 1000 100010000 1001000 1000111

Color Harmonies of #B980EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980EA

Black with #B980EA

Text Example


Text Example

White with #B980EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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