Html Css Color HEX #B982DD Biloba Flower

📋 copy color: '#B982DD'

red 185 ◦ green 130 ◦ blue 221

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

Shades of Biloba Flower #B982DD

Tints of Biloba Flower #B982DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 34.51%
G = 24.25%
B = 41.23%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B982DD (or 0xB982DD) is known color: Biloba Flower. HEX triplet: B9, 82 and DD. RGB value is (185,130,221). Sum of RGB (Red+Green+Blue) = 185+130+221=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B982DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B982DD is #467D22. Grayscale: #9C9C9C. Windows color (decimal): -4619555 or 14516921. OLE color: 14516921.

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

Color convert

RGB 185 130 221 -
CMYK 0.16 0.41 0 0.13
HSL 276.26º 0.57% 0.69% -
HSV(B) 276.26º 0.41% 0.87% -
XYZ 41.04 31.5 72.32 -
YUV 156.82 164.22 148.1 -
System Red Green Blue C M Y K H S L
Decimal 185 130 221 0.16 0.41 0 0.13 276.26 0.57 0.69
Hex B9 82 DD 10 29 0 D 114 39 45
Octal 271 202 335 20 51 0 15 424 71 105
Binary 10111001 10000010 11011101 10000 101001 0 1101 100010100 111001 1000101

Color Harmonies of #B982DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982DD

Black with #B982DD

Text Example


Text Example

White with #B982DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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