Html Css Color HEX #B093DC Biloba Flower

📋 copy color: '#B093DC'

red 176 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #B093DC

Tints of Biloba Flower #B093DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 32.41%
G = 27.07%
B = 40.52%

CMYK

 C value IS 0.2

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B093DC (or 0xB093DC) is known color: Biloba Flower. HEX triplet: B0, 93 and DC. RGB value is (176,147,220). Sum of RGB (Red+Green+Blue) = 176+147+220=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #B093DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B093DC is #4F6C23. Grayscale: #A3A3A3. Windows color (decimal): -5205028 or 14455728. OLE color: 14455728.

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

Color convert

RGB 176 147 220 -
CMYK 0.2 0.33 0 0.14
HSL 263.84º 0.51% 0.72% -
HSV(B) 263.84º 0.33% 0.86% -
XYZ 41.26 35.26 72.34 -
YUV 163.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 176 147 220 0.2 0.33 0 0.14 263.84 0.51 0.72
Hex B0 93 DC 14 21 0 E 108 33 48
Octal 260 223 334 24 41 0 16 410 63 110
Binary 10110000 10010011 11011100 10100 100001 0 1110 100001000 110011 1001000

Color Harmonies of #B093DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B093DC

Black with #B093DC

Text Example


Text Example

White with #B093DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B093DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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