Html Css Color HEX #B982F4 Biloba Flower

📋 copy color: '#B982F4'

red 185 ◦ green 130 ◦ blue 244

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

Shades of Biloba Flower #B982F4

Tints of Biloba Flower #B982F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.65%

R = 33.09%
G = 23.26%
B = 43.65%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B982F4 (or 0xB982F4) is known color: Biloba Flower. HEX triplet: B9, 82 and F4. RGB value is (185,130,244). Sum of RGB (Red+Green+Blue) = 185+130+244=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #B982F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982F4 is #467D0B. Grayscale: #9F9F9F. Windows color (decimal): -4619532 or 16024249. OLE color: 16024249.

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

Color convert

RGB 185 130 244 -
CMYK 0.24 0.47 0 0.04
HSL 268.95º 0.84% 0.73% -
HSV(B) 268.95º 0.47% 0.96% -
XYZ 44.32 32.81 89.59 -
YUV 159.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 185 130 244 0.24 0.47 0 0.04 268.95 0.84 0.73
Hex B9 82 F4 18 2F 0 4 10D 54 49
Octal 271 202 364 30 57 0 4 415 124 111
Binary 10111001 10000010 11110100 11000 101111 0 100 100001101 1010100 1001001

Color Harmonies of #B982F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982F4

Black with #B982F4

Text Example


Text Example

White with #B982F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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