Html Css Color HEX #B093E6 Biloba Flower

📋 copy color: '#B093E6'

red 176 ◦ green 147 ◦ blue 230

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

Shades of Biloba Flower #B093E6

Tints of Biloba Flower #B093E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 31.83%
G = 26.58%
B = 41.59%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B093E6 (or 0xB093E6) is known color: Biloba Flower. HEX triplet: B0, 93 and E6. RGB value is (176,147,230). Sum of RGB (Red+Green+Blue) = 176+147+230=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #B093E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B093E6 is #4F6C19. Grayscale: #A4A4A4. Windows color (decimal): -5205018 or 15111088. OLE color: 15111088.

HSL color Cylindrical-coordinate representation of color #B093E6: hue angle of 260.96º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B093E6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 147 230 -
CMYK 0.23 0.36 0 0.10
HSL 260.96º 0.62% 0.74% -
HSV(B) 260.96º 0.36% 0.9% -
XYZ 42.62 35.81 79.53 -
YUV 165.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 176 147 230 0.23 0.36 0 0.10 260.96 0.62 0.74
Hex B0 93 E6 17 24 0 A 105 3E 4A
Octal 260 223 346 27 44 0 12 405 76 112
Binary 10110000 10010011 11100110 10111 100100 0 1010 100000101 111110 1001010

Color Harmonies of #B093E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B093E6

Black with #B093E6

Text Example


Text Example

White with #B093E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B093E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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