Html Css Color HEX #B194EE Biloba Flower

📋 copy color: '#B194EE'

red 177 ◦ green 148 ◦ blue 238

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

Shades of Biloba Flower #B194EE

Tints of Biloba Flower #B194EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.29%

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

R = 31.44%
G = 26.29%
B = 42.27%

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

#B194EE (or 0xB194EE) is known color: Biloba Flower. HEX triplet: B1, 94 and EE. RGB value is (177,148,238). Sum of RGB (Red+Green+Blue) = 177+148+238=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #B194EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194EE is #4E6B11. Grayscale: #A6A6A6. Windows color (decimal): -5139218 or 15635633. OLE color: 15635633.

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

Color convert

RGB 177 148 238 -
CMYK 0.26 0.38 0 0.07
HSL 259.33º 0.73% 0.76% -
HSV(B) 259.33º 0.38% 0.93% -
XYZ 44.15 36.7 85.65 -
YUV 166.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 177 148 238 0.26 0.38 0 0.07 259.33 0.73 0.76
Hex B1 94 EE 1A 26 0 7 103 49 4C
Octal 261 224 356 32 46 0 7 403 111 114
Binary 10110001 10010100 11101110 11010 100110 0 111 100000011 1001001 1001100

Color Harmonies of #B194EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194EE

Black with #B194EE

Text Example


Text Example

White with #B194EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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