Html Css Color HEX #B193FE Biloba Flower

📋 copy color: '#B193FE'

red 177 ◦ green 147 ◦ blue 254

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

Shades of Biloba Flower #B193FE

Tints of Biloba Flower #B193FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 30.62%
G = 25.43%
B = 43.94%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B193FE (or 0xB193FE) is known color: Biloba Flower. HEX triplet: B1, 93 and FE. RGB value is (177,147,254). Sum of RGB (Red+Green+Blue) = 177+147+254=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #B193FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193FE is #4E6C01. Grayscale: #A7A7A7. Windows color (decimal): -5139458 or 16683953. OLE color: 16683953.

HSL color Cylindrical-coordinate representation of color #B193FE: hue angle of 256.82º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B193FE is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 147 254 -
CMYK 0.30 0.42 0 0.00
HSL 256.82º 0.98% 0.79% -
HSV(B) 256.82º 0.42% 1% -
XYZ 46.45 37.37 98.53 -
YUV 168.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 177 147 254 0.30 0.42 0 0.00 256.82 0.98 0.79
Hex B1 93 FE 1E 2A 0 0 101 62 4F
Octal 261 223 376 36 52 0 0 401 142 117
Binary 10110001 10010011 11111110 11110 101010 0 0 100000001 1100010 1001111

Color Harmonies of #B193FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193FE

Black with #B193FE

Text Example


Text Example

White with #B193FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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