Html Css Color HEX #B980EE Biloba Flower

📋 copy color: '#B980EE'

red 185 ◦ green 128 ◦ blue 238

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

Shades of Biloba Flower #B980EE

Tints of Biloba Flower #B980EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 33.58%
G = 23.23%
B = 43.19%

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

#B980EE (or 0xB980EE) is known color: Biloba Flower. HEX triplet: B9, 80 and EE. RGB value is (185,128,238). Sum of RGB (Red+Green+Blue) = 185+128+238=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #B980EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B980EE is #467F11. Grayscale: #9D9D9D. Windows color (decimal): -4620050 or 15630521. OLE color: 15630521.

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

Color convert

RGB 185 128 238 -
CMYK 0.22 0.46 0 0.07
HSL 271.09º 0.76% 0.72% -
HSV(B) 271.09º 0.46% 0.93% -
XYZ 43.16 31.93 84.78 -
YUV 157.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 185 128 238 0.22 0.46 0 0.07 271.09 0.76 0.72
Hex B9 80 EE 16 2E 0 7 10F 4C 48
Octal 271 200 356 26 56 0 7 417 114 110
Binary 10111001 10000000 11101110 10110 101110 0 111 100001111 1001100 1001000

Color Harmonies of #B980EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980EE

Black with #B980EE

Text Example


Text Example

White with #B980EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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