Html Css Color HEX #B193EC Biloba Flower

📋 copy color: '#B193EC'

red 177 ◦ green 147 ◦ blue 236

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

Shades of Biloba Flower #B193EC

Tints of Biloba Flower #B193EC

RGB

 RED value IS 177 (69.53% from 255) = 31.61%

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

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 31.61%
G = 26.25%
B = 42.14%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B193EC (or 0xB193EC) is known color: Biloba Flower. HEX triplet: B1, 93 and EC. RGB value is (177,147,236). Sum of RGB (Red+Green+Blue) = 177+147+236=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B193EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193EC is #4E6C13. Grayscale: #A5A5A5. Windows color (decimal): -5139476 or 15504305. OLE color: 15504305.

HSL color Cylindrical-coordinate representation of color #B193EC: hue angle of 260.22º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B193EC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 147 236 -
CMYK 0.25 0.38 0 0.07
HSL 260.22º 0.7% 0.75% -
HSV(B) 260.22º 0.38% 0.93% -
XYZ 43.71 36.27 84.05 -
YUV 166.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 177 147 236 0.25 0.38 0 0.07 260.22 0.7 0.75
Hex B1 93 EC 19 26 0 7 104 46 4B
Octal 261 223 354 31 46 0 7 404 106 113
Binary 10110001 10010011 11101100 11001 100110 0 111 100000100 1000110 1001011

Color Harmonies of #B193EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193EC

Black with #B193EC

Text Example


Text Example

White with #B193EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193EC; }

 p { color: rgb(177,147,236); }

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

background-color css

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

 a { background-color: rgb(177,147,236); }

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

border-color css

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

 span { border-color: rgb(177,147,236); }

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