Html Css Color HEX #B993DB Biloba Flower

📋 copy color: '#B993DB'

red 185 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #B993DB

Tints of Biloba Flower #B993DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.68%

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

R = 33.58%
G = 26.68%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B993DB (or 0xB993DB) is known color: Biloba Flower. HEX triplet: B9, 93 and DB. RGB value is (185,147,219). Sum of RGB (Red+Green+Blue) = 185+147+219=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B993DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993DB is #466C24. Grayscale: #A6A6A6. Windows color (decimal): -4615205 or 14390201. OLE color: 14390201.

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

Color convert

RGB 185 147 219 -
CMYK 0.16 0.33 0 0.14
HSL 271.67º 0.5% 0.72% -
HSV(B) 271.67º 0.33% 0.86% -
XYZ 43.23 36.3 71.75 -
YUV 166.57 157.59 141.15 -
System Red Green Blue C M Y K H S L
Decimal 185 147 219 0.16 0.33 0 0.14 271.67 0.5 0.72
Hex B9 93 DB 10 21 0 E 110 32 48
Octal 271 223 333 20 41 0 16 420 62 110
Binary 10111001 10010011 11011011 10000 100001 0 1110 100010000 110010 1001000

Color Harmonies of #B993DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993DB

Black with #B993DB

Text Example


Text Example

White with #B993DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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