Html Css Color HEX #B093DD Biloba Flower

📋 copy color: '#B093DD'

red 176 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #B093DD

Tints of Biloba Flower #B093DD

RGB

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

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

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

R = 32.35%
G = 27.02%
B = 40.63%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B093DD (or 0xB093DD) is known color: Biloba Flower. HEX triplet: B0, 93 and DD. RGB value is (176,147,221). Sum of RGB (Red+Green+Blue) = 176+147+221=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B093DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093DD is #4F6C22. Grayscale: #A3A3A3. Windows color (decimal): -5205027 or 14521264. OLE color: 14521264.

HSL color Cylindrical-coordinate representation of color #B093DD: hue angle of 263.51º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B093DD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 147 221 -
CMYK 0.20 0.33 0 0.13
HSL 263.51º 0.52% 0.72% -
HSV(B) 263.51º 0.33% 0.87% -
XYZ 41.39 35.32 73.04 -
YUV 164.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 176 147 221 0.20 0.33 0 0.13 263.51 0.52 0.72
Hex B0 93 DD 14 21 0 D 108 34 48
Octal 260 223 335 24 41 0 15 410 64 110
Binary 10110000 10010011 11011101 10100 100001 0 1101 100001000 110100 1001000

Color Harmonies of #B093DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B093DD

Black with #B093DD

Text Example


Text Example

White with #B093DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B093DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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