Html Css Color HEX #B982DB Biloba Flower

📋 copy color: '#B982DB'

red 185 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #B982DB

Tints of Biloba Flower #B982DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 34.64%
G = 24.34%
B = 41.01%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B982DB (or 0xB982DB) is known color: Biloba Flower. HEX triplet: B9, 82 and DB. RGB value is (185,130,219). Sum of RGB (Red+Green+Blue) = 185+130+219=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #B982DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DB is #467D24. Grayscale: #9C9C9C. Windows color (decimal): -4619557 or 14385849. OLE color: 14385849.

HSL color Cylindrical-coordinate representation of color #B982DB: hue angle of 277.08º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B982DB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 130 219 -
CMYK 0.16 0.41 0 0.14
HSL 277.08º 0.55% 0.68% -
HSV(B) 277.08º 0.41% 0.86% -
XYZ 40.78 31.39 70.93 -
YUV 156.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 185 130 219 0.16 0.41 0 0.14 277.08 0.55 0.68
Hex B9 82 DB 10 29 0 E 115 37 44
Octal 271 202 333 20 51 0 16 425 67 104
Binary 10111001 10000010 11011011 10000 101001 0 1110 100010101 110111 1000100

Color Harmonies of #B982DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982DB

Black with #B982DB

Text Example


Text Example

White with #B982DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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