Html Css Color HEX #B983DB Biloba Flower

📋 copy color: '#B983DB'

red 185 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #B983DB

Tints of Biloba Flower #B983DB

RGB

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

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

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

R = 34.58%
G = 24.49%
B = 40.93%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B983DB (or 0xB983DB) is known color: Biloba Flower. HEX triplet: B9, 83 and DB. RGB value is (185,131,219). Sum of RGB (Red+Green+Blue) = 185+131+219=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B983DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B983DB is #467C24. Grayscale: #9C9C9C. Windows color (decimal): -4619301 or 14386105. OLE color: 14386105.

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

Color convert

RGB 185 131 219 -
CMYK 0.16 0.40 0 0.14
HSL 276.82º 0.55% 0.69% -
HSV(B) 276.82º 0.4% 0.86% -
XYZ 40.91 31.66 70.97 -
YUV 157.18 162.89 147.84 -
System Red Green Blue C M Y K H S L
Decimal 185 131 219 0.16 0.40 0 0.14 276.82 0.55 0.69
Hex B9 83 DB 10 28 0 E 115 37 45
Octal 271 203 333 20 50 0 16 425 67 105
Binary 10111001 10000011 11011011 10000 101000 0 1110 100010101 110111 1000101

Color Harmonies of #B983DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B983DB

Black with #B983DB

Text Example


Text Example

White with #B983DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B983DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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