Html Css Color HEX #B980F2 Biloba Flower

📋 copy color: '#B980F2'

red 185 ◦ green 128 ◦ blue 242

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

Shades of Biloba Flower #B980F2

Tints of Biloba Flower #B980F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.6%

R = 33.33%
G = 23.06%
B = 43.6%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B980F2 (or 0xB980F2) is known color: Biloba Flower. HEX triplet: B9, 80 and F2. RGB value is (185,128,242). Sum of RGB (Red+Green+Blue) = 185+128+242=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #B980F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980F2 is #467F0D. Grayscale: #9D9D9D. Windows color (decimal): -4620046 or 15892665. OLE color: 15892665.

HSL color Cylindrical-coordinate representation of color #B980F2: hue angle of 270º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B980F2 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 128 242 -
CMYK 0.24 0.47 0 0.05
HSL 270º 0.81% 0.73% -
HSV(B) 270º 0.47% 0.95% -
XYZ 43.75 32.16 87.91 -
YUV 158.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 185 128 242 0.24 0.47 0 0.05 270 0.81 0.73
Hex B9 80 F2 18 2F 0 5 10E 51 49
Octal 271 200 362 30 57 0 5 416 121 111
Binary 10111001 10000000 11110010 11000 101111 0 101 100001110 1010001 1001001

Color Harmonies of #B980F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980F2

Black with #B980F2

Text Example


Text Example

White with #B980F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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