Html Css Color HEX #B983DD Biloba Flower

📋 copy color: '#B983DD'

red 185 ◦ green 131 ◦ blue 221

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

Shades of Biloba Flower #B983DD

Tints of Biloba Flower #B983DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.39%

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

R = 34.45%
G = 24.39%
B = 41.15%

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

#B983DD (or 0xB983DD) is known color: Biloba Flower. HEX triplet: B9, 83 and DD. RGB value is (185,131,221). Sum of RGB (Red+Green+Blue) = 185+131+221=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B983DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983DD is #467C22. Grayscale: #9D9D9D. Windows color (decimal): -4619299 or 14517177. OLE color: 14517177.

HSL color Cylindrical-coordinate representation of color #B983DD: hue angle of 276º 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 #B983DD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 131 221 -
CMYK 0.16 0.41 0 0.13
HSL 276º 0.57% 0.69% -
HSV(B) 276º 0.41% 0.87% -
XYZ 41.18 31.77 72.37 -
YUV 157.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 185 131 221 0.16 0.41 0 0.13 276 0.57 0.69
Hex B9 83 DD 10 29 0 D 114 39 45
Octal 271 203 335 20 51 0 15 424 71 105
Binary 10111001 10000011 11011101 10000 101001 0 1101 100010100 111001 1000101

Color Harmonies of #B983DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983DD

Black with #B983DD

Text Example


Text Example

White with #B983DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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