Html Css Color HEX #B983DA Biloba Flower

📋 copy color: '#B983DA'

red 185 ◦ green 131 ◦ blue 218

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

Shades of Biloba Flower #B983DA

Tints of Biloba Flower #B983DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 34.64%
G = 24.53%
B = 40.82%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B983DA (or 0xB983DA) is known color: Biloba Flower. HEX triplet: B9, 83 and DA. RGB value is (185,131,218). Sum of RGB (Red+Green+Blue) = 185+131+218=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B983DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983DA is #467C25. Grayscale: #9C9C9C. Windows color (decimal): -4619302 or 14320569. OLE color: 14320569.

HSL color Cylindrical-coordinate representation of color #B983DA: hue angle of 277.24º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B983DA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 131 218 -
CMYK 0.15 0.40 0 0.15
HSL 277.24º 0.54% 0.68% -
HSV(B) 277.24º 0.4% 0.85% -
XYZ 40.78 31.61 70.28 -
YUV 157.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 185 131 218 0.15 0.40 0 0.15 277.24 0.54 0.68
Hex B9 83 DA F 28 0 F 115 36 44
Octal 271 203 332 17 50 0 17 425 66 104
Binary 10111001 10000011 11011010 1111 101000 0 1111 100010101 110110 1000100

Color Harmonies of #B983DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983DA

Black with #B983DA

Text Example


Text Example

White with #B983DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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