Html Css Color HEX #B194EC Biloba Flower

📋 copy color: '#B194EC'

red 177 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #B194EC

Tints of Biloba Flower #B194EC

RGB

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

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

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

R = 31.55%
G = 26.38%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B194EC (or 0xB194EC) is known color: Biloba Flower. HEX triplet: B1, 94 and EC. RGB value is (177,148,236). Sum of RGB (Red+Green+Blue) = 177+148+236=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B194EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B194EC is #4E6B13. Grayscale: #A6A6A6. Windows color (decimal): -5139220 or 15504561. OLE color: 15504561.

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

Color convert

RGB 177 148 236 -
CMYK 0.25 0.37 0 0.07
HSL 259.77º 0.7% 0.75% -
HSV(B) 259.77º 0.37% 0.93% -
XYZ 43.86 36.58 84.11 -
YUV 166.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 177 148 236 0.25 0.37 0 0.07 259.77 0.7 0.75
Hex B1 94 EC 19 25 0 7 104 46 4B
Octal 261 224 354 31 45 0 7 404 106 113
Binary 10110001 10010100 11101100 11001 100101 0 111 100000100 1000110 1001011

Color Harmonies of #B194EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194EC

Black with #B194EC

Text Example


Text Example

White with #B194EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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