Html Css Color HEX #B982F9 Biloba Flower

📋 copy color: '#B982F9'

red 185 ◦ green 130 ◦ blue 249

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

Shades of Biloba Flower #B982F9

Tints of Biloba Flower #B982F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.05%

 BLUE value IS 249 (97.66% from 255) = 44.15%

R = 32.8%
G = 23.05%
B = 44.15%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B982F9 (or 0xB982F9) is known color: Biloba Flower. HEX triplet: B9, 82 and F9. RGB value is (185,130,249). Sum of RGB (Red+Green+Blue) = 185+130+249=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 249 (97.66% from 255 or 44.15% from 564); Max value from RGB is 249 - color contains mainly: blue. Hex color #B982F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982F9 is #467D06. Grayscale: #9F9F9F. Windows color (decimal): -4619527 or 16351929. OLE color: 16351929.

HSL color Cylindrical-coordinate representation of color #B982F9: hue angle of 267.73º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B982F9 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 130 249 -
CMYK 0.26 0.48 0 0.02
HSL 267.73º 0.91% 0.74% -
HSV(B) 267.73º 0.48% 0.98% -
XYZ 45.09 33.12 93.64 -
YUV 160.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 185 130 249 0.26 0.48 0 0.02 267.73 0.91 0.74
Hex B9 82 F9 1A 30 0 2 10C 5B 4A
Octal 271 202 371 32 60 0 2 414 133 112
Binary 10111001 10000010 11111001 11010 110000 0 10 100001100 1011011 1001010

Color Harmonies of #B982F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982F9

Black with #B982F9

Text Example


Text Example

White with #B982F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982F9; }

 p { color: rgb(185,130,249); }

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

background-color css

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

 a { background-color: rgb(185,130,249); }

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

border-color css

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

 span { border-color: rgb(185,130,249); }

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