Html Css Color HEX #B193EE Biloba Flower

📋 copy color: '#B193EE'

red 177 ◦ green 147 ◦ blue 238

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

Shades of Biloba Flower #B193EE

Tints of Biloba Flower #B193EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 31.49%
G = 26.16%
B = 42.35%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B193EE (or 0xB193EE) is known color: Biloba Flower. HEX triplet: B1, 93 and EE. RGB value is (177,147,238). Sum of RGB (Red+Green+Blue) = 177+147+238=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #B193EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B193EE is #4E6C11. Grayscale: #A6A6A6. Windows color (decimal): -5139474 or 15635377. OLE color: 15635377.

HSL color Cylindrical-coordinate representation of color #B193EE: hue angle of 259.78º degrees, saturation: 0.73, 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 #B193EE is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 147 238 -
CMYK 0.26 0.38 0 0.07
HSL 259.78º 0.73% 0.75% -
HSV(B) 259.78º 0.38% 0.93% -
XYZ 44 36.39 85.59 -
YUV 166.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 177 147 238 0.26 0.38 0 0.07 259.78 0.73 0.75
Hex B1 93 EE 1A 26 0 7 104 49 4B
Octal 261 223 356 32 46 0 7 404 111 113
Binary 10110001 10010011 11101110 11010 100110 0 111 100000100 1001001 1001011

Color Harmonies of #B193EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193EE

Black with #B193EE

Text Example


Text Example

White with #B193EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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