Html Css Color HEX #B982DF Biloba Flower

📋 copy color: '#B982DF'

red 185 ◦ green 130 ◦ blue 223

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

Shades of Biloba Flower #B982DF

Tints of Biloba Flower #B982DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 34.39%
G = 24.16%
B = 41.45%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B982DF (or 0xB982DF) is known color: Biloba Flower. HEX triplet: B9, 82 and DF. RGB value is (185,130,223). Sum of RGB (Red+Green+Blue) = 185+130+223=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B982DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DF is #467D20. Grayscale: #9C9C9C. Windows color (decimal): -4619553 or 14647993. OLE color: 14647993.

HSL color Cylindrical-coordinate representation of color #B982DF: hue angle of 275.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B982DF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 130 223 -
CMYK 0.17 0.42 0 0.13
HSL 275.48º 0.59% 0.69% -
HSV(B) 275.48º 0.42% 0.87% -
XYZ 41.31 31.61 73.74 -
YUV 157.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 185 130 223 0.17 0.42 0 0.13 275.48 0.59 0.69
Hex B9 82 DF 11 2A 0 D 113 3B 45
Octal 271 202 337 21 52 0 15 423 73 105
Binary 10111001 10000010 11011111 10001 101010 0 1101 100010011 111011 1000101

Color Harmonies of #B982DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982DF

Black with #B982DF

Text Example


Text Example

White with #B982DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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