Html Css Color HEX #B093DB Biloba Flower

📋 copy color: '#B093DB'

red 176 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #B093DB

Tints of Biloba Flower #B093DB

RGB

 RED value IS 176 (69.14% from 255) = 32.47%

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

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

R = 32.47%
G = 27.12%
B = 40.41%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B093DB (or 0xB093DB) is known color: Biloba Flower. HEX triplet: B0, 93 and DB. RGB value is (176,147,219). Sum of RGB (Red+Green+Blue) = 176+147+219=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B093DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093DB is #4F6C24. Grayscale: #A3A3A3. Windows color (decimal): -5205029 or 14390192. OLE color: 14390192.

HSL color Cylindrical-coordinate representation of color #B093DB: hue angle of 264.17º 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 #B093DB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 147 219 -
CMYK 0.20 0.33 0 0.14
HSL 264.17º 0.5% 0.72% -
HSV(B) 264.17º 0.33% 0.86% -
XYZ 41.12 35.21 71.65 -
YUV 163.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 176 147 219 0.20 0.33 0 0.14 264.17 0.5 0.72
Hex B0 93 DB 14 21 0 E 108 32 48
Octal 260 223 333 24 41 0 16 410 62 110
Binary 10110000 10010011 11011011 10100 100001 0 1110 100001000 110010 1001000

Color Harmonies of #B093DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B093DB

Black with #B093DB

Text Example


Text Example

White with #B093DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B093DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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